% looking for an easy possibility to just 
        % put a fermata followed by a text 
        % on/above one note
% \fermata followed by \markup would be nice, but doesn't work...

\version "2.10.33"

\relative c' {
        \clef G
        \time 3/2 
%       \key bes \major
        \key g \minor
        \partial 4
                \repeat "volta" 2 {
                d'4 | c cis d d8( c) bes4.
% works, but very very laborious
                        ^\markup {
% try with or without next line - strange behaviour!
                        \hspace #0
                        \musicglyph #"scripts.ufermata" "2."
                        } 
% in this case _\fermata could be a solution
        % but this ist always dangerous for later transpositions
% btw - why \fermata without leading ^ an _ is always put 
        % above the note and not automaticaly there, where there 
        % isn't the stem?
        % thus unfortunately ^ makes no sense
                bes8 |   % 3
                a \noBeam g f \noBeam g es4. d8 d2
% doesn't work - markup to high
                        ^\fermataMarkup ^\markup{ \hspace #2   3.} 
                | r8 g fis  g a2 bes4
% doesn't work - fermata to high
                        ^\fermata ^\markup{ 
% with or without next line - hspace seems to be "saved" space, 
        % where nothing else will be printed
%                       \hspace #2  
                        "(1.)"}
                }
}



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

Reply via email to