lilypond-user
[Top][All Lists]
Advanced

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

Repeats and markup


From: Alberto Simões
Subject: Repeats and markup
Date: Sat, 23 Feb 2013 14:46:25 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130216 Thunderbird/17.0.3

Hello

Looking to the snippets I was able to create an alternative with:


voltaEstrofes = \markup { 1-3 \text \italic { às estrofes } }

...

\set Score.repeatCommands = #(list(list 'volta voltaEstrofes) )
f2.
\set Score.repeatCommands = #'((volta #f) (volta "4. Final" ))
f2.
\set Score.repeatCommands = #'((volta #f)


Now, the problem is that the font used in my "voltaEstrofes" and the "Final" are different.

I tried to add \markup to the final, but I am lost in the scheme syntax.
Can anyone give me a hint?

Alberto



reply via email to

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