lilypond-user
[Top][All Lists]
Advanced

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

Re: VoiceFollower help


From: Mark Polesky
Subject: Re: VoiceFollower help
Date: Sat, 11 Apr 2009 23:26:22 -0700 (PDT)

James E. Bailey wrote:
> \override VoiceFollower #'style = #'dotted-line
> doesn't seem to work here. Why not?

When you use \once, the command only is in effect for the 
next note AFAIK. Either omit the \once or use this order
of commands:

   \showStaffSwitch
   g4 a h c a
   \once \override VoiceFollower #'style  = #'dotted-line
   \change Staff = LH
   f4 |

Second, is this the most efficient way to do something like this? It seems a 
bit over-burdened.

No, you could probably use identifiers to reduce typing.

seehttp://lilypond.org/doc/v2.13/Documentation/user/lilypond-learning/Saving-typing-with-variables-and-functions

HTH
- Mark



      




reply via email to

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