[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: lead sheet
From:       zilekym zilekym <zilekym () gmail ! com>
Date:       2011-07-23 14:59:24
Message-ID: CAEeb=wHmrdawFcOWbwv09zCmO0xzyimqTBEGjYGmJpPr1tcBkw () mail ! gmail ! com
[Download RAW message or body]

Hello Ole,

This was exactly what I was looking for. Thanks!!

Cheers,

Javier

2011/7/22 Ole Schmidt <mail@oleschmidt.info>

>
> >
> > I would like to make a lead sheet very schematic and simple. My idea is
> > start from the context Chordnames in order to write every name of the
> chord
> > placed over each measure over which I want to write as maximum tow
> chords.
> > My goal is to place the bar lines symmetrically making measures with the
> > same size in order to visualize better the structure harmonic and the
> number
> > of measures. Apart of the name of the chord over the measure I would like
> > that the content of each measure were empty, not including the symbol of
> a
> > rest in the measure as it appears in my example.
> >
>
> You can use s instead of R and
>
> \set Score.proportionalNotationDuration = #(ly:make-moment 1 4)
>
> like this:
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> \header {
>   opus = "Sin titulo"
>   piece = "Tenor Sax Bb"
>   title = "Sin titulo"
> }
> #(set-global-staff-size 20)
> #(set-default-paper-size "a4")
>
> melody = \relative c' {
>
> s1
> s1
> s1
> s1 | \break
> s1
> s1
> s1
> s1 | \break
> s1
> s1
> s1
> s1 | \break
> s1
> s1
> s1
> s1 | \break
> s1
> s1
> s1
> s1 | \break
> s1
> s1
> s1
> s1 | \break
> s1
> s1
> s1
> s1 | \break
> }
>
>
>
> harmonies = \chordmode {
>
> g1:m
> c1:m7
> f1:7
> bes1
> ees1
> a1:7
> d1:maj7
> d1:m7
> g1:m7
> c1:7
> f1
> bes1
> b2:m7 e:7
> a1
> a2 fis:7
> b1:m7.5-
> e1:7
> a
> a
> aes:m7.5-
> cis
> fis
> d:7
> f
> d
> f
> d
> f
> }
>
> \score {
> <<
> \set Score.proportionalNotationDuration = #(ly:make-moment 1 4)
>
>   \new ChordNames {
>    \set chordChanges = ##t
>    \harmonies
>   }
>   \new Staff \melody
> >>
>  \layout {
>   indent = 0\in
>  }
>
> \midi { }
> }
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>
> hth ole
>
>
>

[Attachment #3 (text/html)]

Hello Ole, <br><br>This was exactly what I was looking for. Thanks!! \
<br><br>Cheers,<br><br>Javier<br><br><div class="gmail_quote">2011/7/22 Ole Schmidt \
<span dir="ltr">&lt;<a \
href="mailto:mail@oleschmidt.info">mail@oleschmidt.info</a>&gt;</span><br> \
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px \
solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br> &gt;<br>
&gt; I would like to make a lead sheet very schematic and simple. My idea is<br>
&gt; start from the context Chordnames in order to write every name of the chord<br>
&gt; placed over each measure over which I want to write as maximum tow chords.<br>
&gt; My goal is to place the bar lines symmetrically making measures with the<br>
&gt; same size in order to visualize better the structure harmonic and the number<br>
&gt; of measures. Apart of the name of the chord over the measure I would like<br>
&gt; that the content of each measure were empty, not including the symbol of a<br>
&gt; rest in the measure as it appears in my example.<br>
&gt;<br>
<br>
</div>You can use s instead of R and<br>
<br>
\set Score.proportionalNotationDuration = #(ly:make-moment 1 4)<br>
<br>
like this:<br>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
<div><div></div><div class="h5"><br>
\header {<br>
   opus = &quot;Sin titulo&quot;<br>
   piece = &quot;Tenor Sax Bb&quot;<br>
   title = &quot;Sin titulo&quot;<br>
}<br>
#(set-global-staff-size 20)<br>
#(set-default-paper-size &quot;a4&quot;)<br>
<br>
melody = \relative c&#39; {<br>
<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
s1<br>
s1<br>
s1<br>
s1 | \break<br>
}<br>
<br>
<br>
<br>
harmonies = \chordmode {<br>
<br>
g1:m<br>
c1:m7<br>
f1:7<br>
bes1<br>
ees1<br>
a1:7<br>
d1:maj7<br>
d1:m7<br>
g1:m7<br>
c1:7<br>
f1<br>
bes1<br>
b2:m7 e:7<br>
a1<br>
a2 fis:7<br>
b1:m7.5-<br>
e1:7<br>
a<br>
a<br>
aes:m7.5-<br>
cis<br>
fis<br>
d:7<br>
f<br>
d<br>
f<br>
d<br>
f<br>
}<br>
<br>
\score {<br>
&lt;&lt;<br>
</div></div>\set Score.proportionalNotationDuration = #(ly:make-moment 1 4)<br>
<div class="im"><br>
   \new ChordNames {<br>
    \set chordChanges = ##t<br>
    \harmonies<br>
   }<br>
   \new Staff \melody<br>
&gt;&gt;<br>
 \layout {<br>
   indent = 0\in<br>
  }<br>
<br>
\midi { }<br>
}<br>
</div>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
<br>
<br>
hth ole<br>
<br>
<br>
</blockquote></div><br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic