%% Generated by lilypond-book.py %% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,quote] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { indent = 0\mm line-width = 160\mm % offset the left padding, also add 1mm as lilypond creates cropped % images with a little space on the right line-width = #(- line-width (* mm 3.000000) (* mm 1)) line-width = 160\mm - 2.0 * 10.16\mm % offset the left padding, also add 1mm as lilypond creates cropped % images with a little space on the right line-width = #(- line-width (* mm 3.000000) (* mm 1)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "wind-headword.ly" \sourcefileline 0 %% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.16.0" \header { lsrtags = "headword" texidoc = " Wind headword " doctitle = "Wind headword" } % begin verbatim % NR 2.whatever Wind % Tchaikovsky % Nutcracker Suite, VII Dance of the Merlitons \score { \new StaffGroup << \new Staff \relative c'' { \set Staff.instrumentName = "Flauto I,II" \once \override Score.RehearsalMark #'self-alignment-X = #-1 \once \override Score.RehearsalMark #'break-align-symbols = #'(time-signature) \once \override Score.TimeSignature #'break-align-anchor-alignment = #LEFT \once \override Score.RehearsalMark #'padding = #4 \mark \markup \large \bold {Moderato assai} \key d \major \time 2/4 \compressFullBarRests R2*2 16-.\p -. -. -. 8-. -. -.\< 32( 4--)\mf 16-. -. -. -. (\> ) -. -.\! 4--\sf \acciaccatura {8} 4--\mf } \new Staff \relative c' { \set Staff.instrumentName = "Flauto III" \key d \major \time 2/4 \compressFullBarRests R2*2_\markup{Gr.Fl.} fis16-.\p e-. fis-. e-. fis8-. e-. g8-.\< fis32( a d fis a4--)\mf b16-. a-. b-. a-. g(\> fis) d-. a-.\! g4--\sf \acciaccatura fis'8 g4--\mf } >> } % **************************************************************** % end ly snippet % ****************************************************************