From: Graham Percival Date: Mon, 17 Dec 2007 11:36:46 +0000 (-0800) Subject: LSR: update. X-Git-Tag: release/2.11.37-1~33 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=231a5e1653b153a40b449ebed22129eaddd4e1e9;p=lilypond.git LSR: update. --- diff --git a/input/lsr/guitar/letter-tablature-formatting.ly b/input/lsr/guitar/letter-tablature-formatting.ly new file mode 100644 index 0000000000..5d497fb67c --- /dev/null +++ b/input/lsr/guitar/letter-tablature-formatting.ly @@ -0,0 +1,11 @@ +%% Do not edit this file; it is auto-generated from LSR! +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.35" + +\header { texidoc = " +You can format a tablature with letters instead of numbers - so that +0->a, 1->b, 2->c, etc. + +BROKEN IN 2.11, COMMENTED OUT. +" } +{ c'4 } diff --git a/input/lsr/pitches/creating-music-with-scheme-music-box.ly b/input/lsr/pitches/creating-music-with-scheme-music-box.ly new file mode 100644 index 0000000000..2d493f3f21 --- /dev/null +++ b/input/lsr/pitches/creating-music-with-scheme-music-box.ly @@ -0,0 +1,12 @@ +%% Do not edit this file; it is auto-generated from LSR! +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.35" + +\header { texidoc = " +This example shows prelude in C major of Bach's Well-Tempered Klavier +1, but coded using Scheme functions to avoid typing work. + +BROKEN (?) IN 2.11, COMMENTED OUT. +" } + +{ c'4 } diff --git a/input/lsr/pitches/volta-multi-staff.ly b/input/lsr/pitches/volta-multi-staff.ly new file mode 100644 index 0000000000..83afb06f71 --- /dev/null +++ b/input/lsr/pitches/volta-multi-staff.ly @@ -0,0 +1,23 @@ +%% Do not edit this file; it is auto-generated from LSR! +\header { + texidoc = "By adding @code{Volta_engraver}, repeat brackets + can be put over staves other than the topmost one in a score." +} + +\version "2.11.36" + +vmus = { + \repeat volta 2 c1 \alternative { d e } +} + +\relative c'' << + \new StaffGroup << + \context Staff \vmus + \new Staff \vmus + >> + \new StaffGroup << + \new Staff \with { \consists Volta_engraver } + \vmus + \new Staff \vmus + >> +>> diff --git a/input/lsr/repeats/volta-multi-staff.ly b/input/lsr/repeats/volta-multi-staff.ly new file mode 100644 index 0000000000..83afb06f71 --- /dev/null +++ b/input/lsr/repeats/volta-multi-staff.ly @@ -0,0 +1,23 @@ +%% Do not edit this file; it is auto-generated from LSR! +\header { + texidoc = "By adding @code{Volta_engraver}, repeat brackets + can be put over staves other than the topmost one in a score." +} + +\version "2.11.36" + +vmus = { + \repeat volta 2 c1 \alternative { d e } +} + +\relative c'' << + \new StaffGroup << + \context Staff \vmus + \new Staff \vmus + >> + \new StaffGroup << + \new Staff \with { \consists Volta_engraver } + \vmus + \new Staff \vmus + >> +>> diff --git a/input/new/guitar/letter-tablature-formatting.ly b/input/new/guitar/letter-tablature-formatting.ly new file mode 100644 index 0000000000..11fe42f8c1 --- /dev/null +++ b/input/new/guitar/letter-tablature-formatting.ly @@ -0,0 +1,10 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.35" + +\header { texidoc = " +You can format a tablature with letters instead of numbers - so that +0->a, 1->b, 2->c, etc. + +BROKEN IN 2.11, COMMENTED OUT. +" } +{ c'4 } diff --git a/input/new/pitches/creating-music-with-scheme-music-box.ly b/input/new/pitches/creating-music-with-scheme-music-box.ly new file mode 100644 index 0000000000..72ce0dc7d1 --- /dev/null +++ b/input/new/pitches/creating-music-with-scheme-music-box.ly @@ -0,0 +1,11 @@ +%% Do not edit this file; it is auto-generated from LSR! +\version "2.11.35" + +\header { texidoc = " +This example shows prelude in C major of Bach's Well-Tempered Klavier +1, but coded using Scheme functions to avoid typing work. + +BROKEN (?) IN 2.11, COMMENTED OUT. +" } + +{ c'4 } diff --git a/input/new/repeats/volta-multi-staff.ly b/input/new/repeats/volta-multi-staff.ly new file mode 100644 index 0000000000..fdda342f7c --- /dev/null +++ b/input/new/repeats/volta-multi-staff.ly @@ -0,0 +1,22 @@ +\header { + texidoc = "By adding @code{Volta_engraver}, repeat brackets + can be put over staves other than the topmost one in a score." +} + +\version "2.11.36" + +vmus = { + \repeat volta 2 c1 \alternative { d e } +} + +\relative c'' << + \new StaffGroup << + \context Staff \vmus + \new Staff \vmus + >> + \new StaffGroup << + \new Staff \with { \consists Volta_engraver } + \vmus + \new Staff \vmus + >> +>>