lilypond-user
[Top][All Lists]
Advanced

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

set instead property still doesn't work


From: Albert Einstein
Subject: set instead property still doesn't work
Date: Fri, 12 Nov 2004 22:30:39 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803

I can't compile:

\score{\notes\relative c'{
 \bar "|:"
 c d e f |
 g g g2
 % Initialize first ending
 \set Score.repeatCommands = #'((volta "1."))
 f4 g e2 |
 d1
 % End the first ending, start the second ending.
 \set Score.repeatCommands = #'((volta #f) end-repeat (volta "2."))
 f4 e f2 |
 g1 \bar "||"
 % End the second ending, start the "Fine" ending.
 \set Score.VoltaBracket \override #'font-style = #'large
 \set Score.repeatCommands = #'((volta #f) end-repeat (volta "Fine"))
 f4 e d2 |
 c1 \bar "|."
 % End the "Fine" ending.
 \set Score.repeatCommands = #'((volta #f))
 a'4 g a b |
 c b a g |
 f e d2 |
 c1_#'(lines "D.C." "al Fine") \bar "||"
}
}





reply via email to

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