lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup in chordmode


From: Klaus Blum
Subject: Re: Markup in chordmode
Date: Wed, 11 Mar 2020 09:30:57 -0700 (MST)

Hi Pablo, 


pablocordal wrote
> I'm trying to add a markup in the first chord of this music (but I get an
> error)
> 
> How can I add ^\markup {"Var. 1"}  to the first chord?

You can put an invisible rest in parallel and attach your markup to it:

% -------------------------------------
<<
  \chordmode { c,,1:3.5.8 }
  {s1^\markup "Var. 1"}
>>

\chordmode { 
  c,,2:3.5.8 d,,2:3.5.8 e,,4:3.5.8 f,,2
  % /+c:3.5.8  
  r4   \bar "|."
}
% -------------------------------------

BTW: Ly 2.19.83 complained of the expression 
f,,2/+c:3.5.8  
That's why i commented it out. AFAIK after the slash you can only add a bass
note but no other pitches after a colon. 

Cheers, 
Klaus





--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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