LilyPond, ties and voices (advanced)
The object of this article The object of the article is the same as my this previous article but now I have composed, using the LilyPond language, a short score for piano with a little bit more complex voices and ties combinations. I have also created a colour image highlighting the points of interest. You can also listen to the audio version of the short composition at the end of the article. The following terms from the LilyPond lexicon must, of course, be regarded: oneVoice: a single voice line voiceOne: the upper melody line of a polyphonic composition voiceTwo: the lower melody line of a polyphonic composition And now let’s have a look at the LilyPond code Here’s the complete LilyPond code in which you will find each line commented and, in particular, the crossing points shown in the score below.: \version "2.22.0" \layout { \context { \Voice \remove Tie_engraver } \context { \Staff \consists Tie_engraver } } global = { \key g...