%% 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 "rhythms-headword.ly" \sourcefileline 0 %% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.di.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.18.0" \header { lsrtags = "headword" texidoc = " Rhythms headword " doctitle = "Rhythms headword" } % begin verbatim %% http://lsr.di.unimi.it/LSR/Item?id=822 %% see also http://lilypond.org/doc/v2.18/Documentation/notation/rhythms % Beethoven, Op. 81a % Piano sonata 26 - Das Lebewohl % Movt II - Abwesenheit % Measures 31 - 34 \include "english.ly" \layout { \context { \Score \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/40) %\override SpacingSpanner.strict-grace-spacing = ##t } } \new PianoStaff << % RH Staff \new Staff { \clef treble \key c \minor \time 2/4 \set Score.currentBarNumber = #31 8 ( -\markup { \override #'(baseline-skip . 2) \italic \column { \line { a tempo } cantabile } } 8 ) ~ 8 ( 16 16 ) | \afterGrace 8 [ ( { e''16 [ f''16 e''16 d''16 ] } 16 16 ] ) \once \override TextScript.padding = #3.8 16 ( \staccato -\markup { \italic cresc. } 16 ) \staccato 32 ( 32 ) 32 ( 32 ) | \once \override DynamicLineSpanner.padding = #2 b''32 ( \p \> c'''32 d'''32 c'''32 ) \! g''8 ( ~ g''32 [ a''64 g''64 ) ] a''64 ( [ g''64 ) bf''64 ( a''64 ) ] bf''64 ( [ a''64 ) c'''64 ( b''64 ) ] c'''128 ( [ b''128 d'''128 c'''128 f'''64 f''64 ) ] | \afterGrace 8 [ ( { e''16 [ f''16 e''16 d''16 ] } 16 16 ] ) 16 ( \staccato -\markup { \italic cresc. } 16 ) \staccato 32 ( 32 ) 32 ( 32 ) } % LH Staff \new Staff { \clef bass \key c \minor \time 2/4 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 | 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 | 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 | 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 32 c'32 } >> % **************************************************************** % end ly snippet % ****************************************************************