bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1316 in lilypond: Enhancement: improved << \\ >> polyphonic sh


From: lilypond
Subject: Re: Issue 1316 in lilypond: Enhancement: improved << \\ >> polyphonic shortcut notation
Date: Mon, 08 Nov 2010 12:34:42 +0000


Comment #1 on issue 1316 by hanwenn: Enhancement: improved << \\ >> polyphonic shortcut notation
http://code.google.com/p/lilypond/issues/detail?id=1316

There is no way to make lilypond do in-place "expansions", unless somebody steps up to write some sort of a macro expansion system.

the \\ construct is processed when the \score { } block is created, so in

bla = << .. \\ .. >>

voiceOne = {
  % XX
..}

bar = << .. \\ .. >>


\score { { \bla\bar } }

the settings of XX will affect both \bar and \bla.





reply via email to

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