lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A few questions


From: Jannik Jeppesen
Subject: Re: A few questions
Date: Tue, 27 Dec 2005 22:37:41 +0100

Hi, it now looks as this:

     E            E          E          E7          A7        A7
| / / / / | / / / / | / / / / | / / / / | / / / / | / / / / |
E          E           B7        A7         E           B7
| / / / / | / / / / | / / / / | / / / / | / / / / | / / / / |

I want it to look like this:

E            E          E          E7
| /  /  /  / | /  /  /  / | /  /  /  / | /  /  /  / |
A7        A7          E          E
| /  /  /  / | /  /  /  / | /  /  /  / | /  /  /  / |
H7        A7         E             H7
| /  /  /  / | /  /  /  / | /  /  /  / | /  /  /  / |

1. How does I tell lilly how many bars in each line? and that it shall not start first bar moved in to the paper?
2. How does I change B7 to H7 ? (the danish way of a B7?)
3. Is this possible:
| E  /  /  / | E  /  /  / | E  /  /  / | E7  /  /  /  |

| A7 /  /  / | A7 /  /  / | E /  /  / | E  /  /   /  |

| H7 /  /  / | A7 /  /  / | E /  /  / | /  H7  /  / |

Best reguards
Jannik

%%%%%%%%%%%%%%%%%%%%%%%%%
\header
{
title = "12 takters Blues"
composer = "Jannik Jeppesen"
}

chordline = \chordmode {
  \repeat volta 20 {
    e1 e e e:7
    a:7 a:7 e e
    b:7 a:7 e b:7
  }
}

rythmline = \relative c''
{
  \override NoteHead #'style = #'slash
  \override Stem #'transparent = ##t
  \repeat volta 20 {
    b4 b b b     b b b b     b b b b     b b b b
    b4 b b b     b b b b     b b b b     b b b b
    b4 b b b     b b b b     b b b b     b b b b
  }
}

\score {
  <<
    \context ChordNames {
      \chordline
    }
    \context Staff {
      \rythmline
    }
  >>
  \layout {}
}

\score {
  \unfoldRepeats \chordline
  \midi { \tempo 4 = 120 }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%




reply via email to

[Prev in Thread] Current Thread [Next in Thread]