lilypond-user
[Top][All Lists]
Advanced

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

Re: different pitches with the same rhythm


From: Rune Zedeler
Subject: Re: different pitches with the same rhythm
Date: Tue, 11 Dec 2007 14:43:26 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Stefan Thomas skrev:

\score { \clef bass
\Stefan { c d e } \Stefan { d e f } \Stefan { e f g } }

Oh, sorry, that does not work. I should have seen it in the previous mail.
But it has nothing to do with the transformations being used.
If you try to just do
\score { \clef bass c' d' e' f }
Then you'll notice that that does not work either.
The pair of curly braces after the \score-statment just mean that they enclose the score. You still need to add an extra pair of braces to mark that your music is sequential, like this:

\score {
  {
    \clef bass
    \Stefan { c d e } \Stefan { d e f } \Stefan { e f g }
  }
}

-Rune




reply via email to

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