From: Graham Percival Date: Wed, 19 Jul 2006 06:57:30 +0000 (+0000) Subject: Moved file. X-Git-Tag: cvs/HEAD~234 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=131160f8763267a54edf94c8b79de00140b3ca5d;p=lilypond.git Moved file. --- diff --git a/ChangeLog b/ChangeLog index 9bf46101d2..5790a7ae17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-19 Graham Percival + + * input/manual/screech-boink.ly: moved to here. + + * input/screech-boink.ly: deleted. + 2006-07-19 Han-Wen Nienhuys * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as diff --git a/input/manual/screech-boink.ly b/input/manual/screech-boink.ly new file mode 100644 index 0000000000..7528ce7e51 --- /dev/null +++ b/input/manual/screech-boink.ly @@ -0,0 +1,65 @@ +\version "2.7.39" +\header { + title = "Screech and boink" + subtitle = "Random complex notation" + composer = "Han-Wen Nienhuys" +} + +\score { + \context PianoStaff << + \new Staff = "up" { + \time 4/8 + \key c \minor + + + << { + \revert Stem #'direction + \change Staff = down + \set subdivideBeams = ##t + g16.[ + \change Staff = up + c'''32 \change Staff = down + g32 \change Staff = up + c'''32 \change Staff = down + g16] + \change Staff = up + \stemUp + \set followVoice = ##t + c'''32([ b''16 a''16 gis''16 g''32)] } \\ + { s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d''] } \\ + { s4 \autoBeamOff d''8.. f''32 } \\ + { s4 es''4 } + >> + } + + \new Staff = "down" { + \clef bass + \key c \minor + \set subdivideBeams = ##f + \override Stem #'french-beaming = ##t + \override Beam #'thickness = #0.3 + \override Stem #'thickness = #4.0 + g'16[ b16 fis16 g16] + << \makeClusters { + as16 + + + } \\ + { + \override Staff.Arpeggio #'arpeggio-direction =#down + 4\arpeggio } + >> + } + >> + \midi { \tempo 8 = 60 } + + \layout { + ragged-right = ##t + + \context { + \Staff + \consists Horizontal_bracket_engraver + } + + } +} diff --git a/input/screech-boink.ly b/input/screech-boink.ly deleted file mode 100644 index 7528ce7e51..0000000000 --- a/input/screech-boink.ly +++ /dev/null @@ -1,65 +0,0 @@ -\version "2.7.39" -\header { - title = "Screech and boink" - subtitle = "Random complex notation" - composer = "Han-Wen Nienhuys" -} - -\score { - \context PianoStaff << - \new Staff = "up" { - \time 4/8 - \key c \minor - - - << { - \revert Stem #'direction - \change Staff = down - \set subdivideBeams = ##t - g16.[ - \change Staff = up - c'''32 \change Staff = down - g32 \change Staff = up - c'''32 \change Staff = down - g16] - \change Staff = up - \stemUp - \set followVoice = ##t - c'''32([ b''16 a''16 gis''16 g''32)] } \\ - { s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d''] } \\ - { s4 \autoBeamOff d''8.. f''32 } \\ - { s4 es''4 } - >> - } - - \new Staff = "down" { - \clef bass - \key c \minor - \set subdivideBeams = ##f - \override Stem #'french-beaming = ##t - \override Beam #'thickness = #0.3 - \override Stem #'thickness = #4.0 - g'16[ b16 fis16 g16] - << \makeClusters { - as16 - - - } \\ - { - \override Staff.Arpeggio #'arpeggio-direction =#down - 4\arpeggio } - >> - } - >> - \midi { \tempo 8 = 60 } - - \layout { - ragged-right = ##t - - \context { - \Staff - \consists Horizontal_bracket_engraver - } - - } -}