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



      


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

Reply via email to