% This LilyPond file was generated by Rosegarden 16.02 \include "english.ly" \version "2.14.0" \header { copyright = \markup { "Copyright "\char ##x00A9" Yann Leho" } dedication = "test 1" subtitle = "pas encore de sous-titre" title = "rosegarden vers lilypond 2.14 " tagline = "Created using Rosegarden 16.02 and LilyPond" } #(set-global-staff-size 32) #(set-default-paper-size "a4") global = { \time 4/4 \skip 1*7 \skip 64 \skip 64 } globalTempo = { \override Score.MetronomeMark #'transparent = ##t \tempo 4 = 108 } \score { << % common % Force offset of colliding notes in chords: \override Score.NoteColumn #'force-hshift = #1.0 % Allow fingerings inside the staff (configured from export options): \override Score.Fingering #'staff-padding = #'() \context Staff = "track 1" << \set Staff.midiInstrument = "Honky-tonk Piano" \set Score.skipBars = ##t \set Staff.printKeyCancellation = ##f \new Voice \global \new Voice \globalTempo \set Staff.autoBeaming = ##f % turns off all autobeaming \context Voice = "voice 1" { % Segment: Honky-tonk Piano \override Voice.TextScript #'padding = #2.0 \override MultiMeasureRest #'expand-limit = 1 \clef "treble" \key c \major < a > 4 < b b > < c' c' > -\tenuto < b b > 8 -\tenuto < a a > -\tenuto | %% 5 < d' d' > 2 < e' e' > 4 < f' f' > | < e' e' > 4 < d' d' > 8 < e' e' > < f' f' > 4 -\tenuto < c' c' > -\tenuto | < d' d' > 2 < b b > 4 < c' c' > 8 < d' d' > -\tenuto | < c' c' > 4 < d' d' > < e' e' > 2 -\tenuto | < d' d' > 4 < e' e' > 8 [ < d' d' > ] < c' c' > 4 -\tenuto < b b > | %% 10 < a > 2\downprall \bar "|." } % Voice >> % Staff (final) ends >> % notes \layout { \context { \Staff \RemoveEmptyStaves } \context { \GrandStaff \accepts "Lyrics" } } % uncomment to enable generating midi file from the lilypond source % \midi { % } } % score