%% Generated by lilypond-book.py %% Options: [linewidth=160\mm,alt=[image of music],printfilename,indent=0\mm,texidoc] #(set! toplevel-score-handler ly:parser-print-score) #(set! toplevel-music-handler (lambda (p m) (ly:parser-print-score p (ly:music-scorify m p)))) #(ly:set-option (quote no-point-and-click)) #(define version-seen? #t) % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) linewidth = 160\mm indent = 0\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \renameinput "dynamic-extra.ly" \version "2.6.0" % probably should be merged into refman. \header{ texidoc = "@cindex Dynamic Piu Forte Più forte dynamics is produced using @code{\markup}. " } piuf = \markup { \italic "più" \dynamic "f" } \layout{raggedright = ##t} \relative c''{ c-\piuf c c2\< c2\! c2\< c2\! } %% Local Variables: %% coding: utf-8 %% End: % **************************************************************** % end ly snippet % ****************************************************************