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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to