2012/7/1 Alberto Simões <[email protected]>: > Hey, Phil > > >> I believe you need to make the whole of your second repeat command into >> a list: >> >> \set Score.repeatCommands = #(list '(volta #f) (list 'volta voltaB) >> 'end-repeat) > > > Yeah, that combination I didn't try. :D > Thank you. It worked. > > Alberto
Or use: \set Score.repeatCommands = #`((volta #f) (volta ,voltaB) end-repeat) Note the quoting! -Harm _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
