lilypond-user
[Top][All Lists]
Advanced

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

fermata and text (markup) on/above one note


From: Werner
Subject: fermata and text (markup) on/above one note
Date: Thu, 14 Feb 2008 11:31:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

% 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.)"}
                }
}





reply via email to

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