%% Generated by lilypond-book.py %% Options: [fragment,alt=[image of music],ragged-right,indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) ragged-right = ##t indent = 0\mm } \layout { } { % **************************************************************** % ly snippet contents follows: % **************************************************************** %\override TextScript #'font-style = #'large \override TextScript #'font-shape = #'italic \key g \major \time 4/4 \relative c'' { d1 | g,4^\segno a b c | b a g2_\markup{ \line { "d.s. " \tiny \raise #1 \musicglyph #"scripts.segno" } } \bar "|." } % **************************************************************** % end ly snippet % **************************************************************** }