lilypond-user
[Top][All Lists]
Advanced

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

tags


From: Gianmaria Lari
Subject: tags
Date: Mon, 26 Apr 2021 10:32:06 +0200

Be patient with me. 

I expect this to generate {a~a} but it generates {a a} . Why?

\version "2.23.2"
music = {a \tag#'here a} 
{\pushToTag #'here ~ \music }

The \displayLilyMusic output looks "correct".


{ { a4 \tag #'here { ~ } a4 } }


* * *


I also tried this


\version "2.23.2"

music = {a \tag#'here {} a a}

{\pushToTag #'here ~ \music }

expecting {a ~ a a} but I get {a a ~ a}. The \displayLilyMusic gives me:


{ { a4 \tag #'here {  ~ } a4 a4 } }

Thank you, g.


reply via email to

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