From: Graham Percival Date: Sat, 24 May 2008 20:25:52 +0000 (-0700) Subject: LSR: update. X-Git-Tag: release/2.11.47-1~5^2~7^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=57739e02af91498141bd96bb73b8b559e38da027;p=lilypond.git LSR: update. --- diff --git a/input/lsr/ancient-notation.snippet-list b/input/lsr/ancient-notation.snippet-list index 5cc01498c3..8593b52ab3 100644 --- a/input/lsr/ancient-notation.snippet-list +++ b/input/lsr/ancient-notation.snippet-list @@ -1,9 +1,9 @@ -ancient-fonts.ly +transcription-of-ancient-music-with-incipit.ly chant-or-psalms-notation.ly adding-a-figured-bass-above-or-below-the-notes.ly incipit.ly ancient-notation-template----modern-transcription-of-mensural-music.ly -transcription-of-ancient-music-with-incipit.ly +ancient-fonts.ly ancient-time-signatures.ly custodes.ly mensurstriche-layout-bar-lines-between-the-staves.ly diff --git a/input/lsr/contexts-and-engravers.snippet-list b/input/lsr/contexts-and-engravers.snippet-list index 34d873ef8c..670a7a75fe 100644 --- a/input/lsr/contexts-and-engravers.snippet-list +++ b/input/lsr/contexts-and-engravers.snippet-list @@ -1,11 +1,11 @@ creating-blank-staves.ly -vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly +chant-or-psalms-notation.ly adding-a-figured-bass-above-or-below-the-notes.ly adding-an-extra-staff-at-a-line-break.ly adding-an-extra-staff.ly -chant-or-psalms-notation.ly -changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly mensurstriche-layout-bar-lines-between-the-staves.ly +changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly engravers-one-by-one.ly use-square-bracket-at-the-start-of-a-staff-group.ly +vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly nesting-staves.ly diff --git a/input/lsr/editorial-annotations.snippet-list b/input/lsr/editorial-annotations.snippet-list index 028db73cf7..de93af3949 100644 --- a/input/lsr/editorial-annotations.snippet-list +++ b/input/lsr/editorial-annotations.snippet-list @@ -1,12 +1,12 @@ creating-blank-staves.ly making-some-staff-lines-thicker-than-the-others.ly applying-note-head-styles-depending-on-the-step-of-the-scale.ly -embedding-native-postscript-in-a--markup-block.ly changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly -grid-lines--emphasizing-rhythms-and-notes-synchronization.ly +embedding-native-postscript-in-a--markup-block.ly +default-direction-of-stems-on-the-center-line-of-the-staff.ly changing-a-single-notes-size-in-a-chord.ly +grid-lines--emphasizing-rhythms-and-notes-synchronization.ly grid-lines--changing-their-appearance.ly controlling-the-placement-of-chord-fingerings.ly allowing-fingerings-to-be-printed-inside-the-staff.ly blanking-staff-lines-using-the--whiteout-command.ly -default-direction-of-stems-on-the-center-line-of-the-staff.ly diff --git a/input/lsr/expressive-marks.snippet-list b/input/lsr/expressive-marks.snippet-list index afde7a40a1..f13506108c 100644 --- a/input/lsr/expressive-marks.snippet-list +++ b/input/lsr/expressive-marks.snippet-list @@ -10,14 +10,14 @@ line-arrows.ly hiding-the-extender-line-for-text-dynamics.ly vertically-aligning-dynamics-across-multiple-notes.ly modifying-default-values-for-articulation-shorthand-notation.ly +setting-the-minimum-length-of-hairpins.ly changing-text-and-spanner-styles-for-text-dynamics.ly controlling-the-vertical-ordering-of-scripts.ly using-double-slurs-for-legato-chords.ly -setting-the-minimum-length-of-hairpins.ly +creating-text-spanners.ly creating-real-parenthesized-dynamics.ly center-text-below-hairpin-dynamics.ly printing-metronome-and-rehearsal-marks-below-the-staff.ly -creating-text-spanners.ly broken-crescendo-hairpin.ly combining-dynamics-with-markup-texts.ly creating-slurs-across-voices.ly diff --git a/input/lsr/indicating-cross-staff-chords-with-arpeggio-bracket.ly b/input/lsr/indicating-cross-staff-chords-with-arpeggio-bracket.ly new file mode 100644 index 0000000000..dc25bbd58e --- /dev/null +++ b/input/lsr/indicating-cross-staff-chords-with-arpeggio-bracket.ly @@ -0,0 +1,42 @@ +%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% This file is in the public domain. +\version "2.11.46" + +\header { + lsrtags = "keyboards" + + texidoc = " +An arpeggioBracket can indicate that notes on two different staves are +to be played with the same hand. In order to do this, the PianoStaff +must be set to accept cross-staff arpeggios and the arpeggios must be +set to the bracket shape at the PianoStaff level. + + +(Debussy, Les collines d’Anacapri, m. 65) + +" + doctitle = "Indicating cross-staff chords with arpeggio bracket" +} % begin verbatim +\paper { ragged-right = ##t } + +\new Score { + \new PianoStaff + << + \set PianoStaff.connectArpeggios = ##t + \override PianoStaff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket + \new Staff \relative c' { + \key b \major + \time 6/8 + b8-.(\arpeggio fis'-.\> cis-. e-. gis-. b-.)\!\fermata^\laissezVibrer + \bar "||" + } + \new Staff \relative c' { + \clef bass + \key b \major + << + { 2.\arpeggio } \\ + { 2. } + >> + } + >> +} diff --git a/input/lsr/keyboards.snippet-list b/input/lsr/keyboards.snippet-list index 76b491528d..855b6c13ab 100644 --- a/input/lsr/keyboards.snippet-list +++ b/input/lsr/keyboards.snippet-list @@ -1,11 +1,11 @@ indicating-cross-staff-chords-with-arpeggio-bracket.ly clusters.ly creating-slurs-across-voices.ly -piano-template-with-centered-lyrics.ly +jazz-combo-template.ly vocal-ensemble-template-with-automatic-piano-reduction.ly piano-template-simple.ly piano-template-with-centered-dynamics.ly controlling-the-placement-of-chord-fingerings.ly piano-template-with-melody-and-lyrics.ly -jazz-combo-template.ly +piano-template-with-centered-lyrics.ly demo-midiinstruments.ly diff --git a/input/lsr/merging-multi-measure-rests-in-a-polyphonic-part.ly b/input/lsr/merging-multi-measure-rests-in-a-polyphonic-part.ly new file mode 100644 index 0000000000..0708f2308c --- /dev/null +++ b/input/lsr/merging-multi-measure-rests-in-a-polyphonic-part.ly @@ -0,0 +1,25 @@ +%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% This file is in the public domain. +\version "2.11.46" + +\header { + lsrtags = "rhythms" + + texidoc = " +When using multi-measure rests in a polyphonic staff, the rests will be +placed differently depending on the voice they belong to. However they +can be printed on the same staff line, using the following setting. + +" + doctitle = "Merging multi-measure rests in a polyphonic part" +} % begin verbatim +normalPos= \revert MultiMeasureRest #'staff-position + +{ + << { + c''1 R c'' \normalPos R + } \\ { + c' R c' \normalPos R + } + >> +} diff --git a/input/lsr/rhythms.snippet-list b/input/lsr/rhythms.snippet-list index 75dddbc551..d567c9cfbf 100644 --- a/input/lsr/rhythms.snippet-list +++ b/input/lsr/rhythms.snippet-list @@ -3,6 +3,7 @@ beams-across-line-breaks.ly manually-controlling-beam-positions.ly adding-drum-parts.ly rest-styles.ly +skips-in-lyric-mode-2.ly chant-or-psalms-notation.ly controlling-tuplet-bracket-visibility.ly heavily-customized-polymetric-time-signatures.ly @@ -15,11 +16,11 @@ modifying-tuplet-bracket-length.ly printing-metronome-and-rehearsal-marks-below-the-staff.ly changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly making-an-object-invisible-with-the-transparent-property.ly +merging-multi-measure-rests-in-a-polyphonic-part.ly automatic-beam-subdivisions.ly changing-the-tuplet-number.ly entering-several-tuplets-using-only-one--times-command.ly conducting-signs,-measure-grouping-signs.ly -skips-in-lyric-mode-2.ly changing-form-of-multi--measure-rests.ly rhythmic-slashes.ly automatic-beams-two-per-two-in-4-4-or-2-2-time-signature.ly diff --git a/input/lsr/staff-notation.snippet-list b/input/lsr/staff-notation.snippet-list index bed61d8a90..ddfb9b9f30 100644 --- a/input/lsr/staff-notation.snippet-list +++ b/input/lsr/staff-notation.snippet-list @@ -3,7 +3,7 @@ mensurstriche-layout-bar-lines-between-the-staves.ly changing-the-number-of-lines-in-a-staff.ly incipit.ly display-bracket-with-only-one-staff-in-a-system.ly -time-signature-in-parentheses.ly +adding-an-extra-staff.ly printing-metronome-and-rehearsal-marks-below-the-staff.ly tweaking-clef-properties.ly quoting-another-voice.ly @@ -13,7 +13,7 @@ creating-blank-staves.ly adding-ambitus-per-voice.ly making-some-staff-lines-thicker-than-the-others.ly adding-an-extra-staff-at-a-line-break.ly -adding-an-extra-staff.ly +time-signature-in-parentheses.ly changing-the-staff-size.ly use-square-bracket-at-the-start-of-a-staff-group.ly quoting-another-voice-with-transposition.ly diff --git a/input/lsr/template.snippet-list b/input/lsr/template.snippet-list index 869448422f..4a2ef8b4e7 100644 --- a/input/lsr/template.snippet-list +++ b/input/lsr/template.snippet-list @@ -1,17 +1,17 @@ vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly single-staff-template-with-notes-and-lyrics.ly single-staff-template-with-only-notes.ly -piano-template-with-centered-lyrics.ly -vocal-ensemble-template-with-automatic-piano-reduction.ly +jazz-combo-template.ly +score-for-diatonic-accordion.ly piano-template-simple.ly ancient-notation-template----modern-transcription-of-mensural-music.ly ancient-notation-template----modern-transcription-of-gregorian-music.ly -vocal-ensemble-template.ly +single-staff-template-with-notes-and-chords.ly +string-quartet-template-simple.ly +single-staff-template-with-notes,-lyrics,-and-chords.ly piano-template-with-melody-and-lyrics.ly string-quartet-template-with-separate-parts.ly -single-staff-template-with-notes,-lyrics,-and-chords.ly -string-quartet-template-simple.ly -single-staff-template-with-notes-and-chords.ly +vocal-ensemble-template.ly piano-template-with-centered-dynamics.ly -jazz-combo-template.ly -score-for-diatonic-accordion.ly +piano-template-with-centered-lyrics.ly +vocal-ensemble-template-with-automatic-piano-reduction.ly diff --git a/input/lsr/text.snippet-list b/input/lsr/text.snippet-list index 86aa0a24d5..c8f4874b1e 100644 --- a/input/lsr/text.snippet-list +++ b/input/lsr/text.snippet-list @@ -14,13 +14,13 @@ creating-text-spanners.ly creating-real-parenthesized-dynamics.ly center-text-below-hairpin-dynamics.ly demonstrating-all-headers.ly -how-to-put-ties-between-syllables-in-lyrics.ly combining-two-parts-on-the-same-staff.ly +how-to-put-ties-between-syllables-in-lyrics.ly combining-dynamics-with-markup-texts.ly aligning-marks-with-various-notation-objects.ly -piano-template-with-centered-lyrics.ly +ottava-text.ly creating-simultaneous-rehearsal-marks.ly three-sided-box.ly utf-8.ly -ottava-text.ly +piano-template-with-centered-lyrics.ly aligning-lyrics.ly diff --git a/input/lsr/tweaks-and-overrides.snippet-list b/input/lsr/tweaks-and-overrides.snippet-list index 097eeee195..dde15429b3 100644 --- a/input/lsr/tweaks-and-overrides.snippet-list +++ b/input/lsr/tweaks-and-overrides.snippet-list @@ -1,5 +1,5 @@ display-bracket-with-only-one-staff-in-a-system.ly -time-signature-in-parentheses.ly +rhythmic-slashes.ly changing-the-default-text-font-family.ly drawing-boxes-around-grobs.ly manually-controlling-beam-positions.ly @@ -26,7 +26,7 @@ drawing-circles-around-various-objects.ly creating-text-spanners.ly caesura-railtracks-with-fermata.ly changing-form-of-multi--measure-rests.ly -rhythmic-slashes.ly +time-signature-in-parentheses.ly changing-a-single-notes-size-in-a-chord.ly creating-simultaneous-rehearsal-marks.ly nesting-staves.ly diff --git a/input/lsr/unfretted-strings.snippet-list b/input/lsr/unfretted-strings.snippet-list index 4afa6824c0..5ee803315f 100644 --- a/input/lsr/unfretted-strings.snippet-list +++ b/input/lsr/unfretted-strings.snippet-list @@ -1,5 +1,5 @@ string-quartet-template-with-separate-parts.ly +string-quartet-template-simple.ly changing--flageolet-mark-size.ly creating-slurs-across-voices.ly -string-quartet-template-simple.ly demo-midiinstruments.ly diff --git a/input/lsr/vocal-music.snippet-list b/input/lsr/vocal-music.snippet-list index adf492d73c..ff4d5a6c04 100644 --- a/input/lsr/vocal-music.snippet-list +++ b/input/lsr/vocal-music.snippet-list @@ -1,4 +1,4 @@ -vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly +chant-or-psalms-notation.ly single-staff-template-with-notes-and-lyrics.ly adding-ambitus-per-voice.ly skips-in-lyric-mode-2.ly @@ -7,11 +7,11 @@ vocal-ensemble-template-with-automatic-piano-reduction.ly ambitus-with-multiple-voices.ly how-to-put-ties-between-syllables-in-lyrics.ly vertically-aligning-ossias-and-lyrics.ly +vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly single-staff-template-with-notes,-lyrics,-and-chords.ly formatting-lyrics-syllables.ly piano-template-with-melody-and-lyrics.ly -demo-midiinstruments.ly -chant-or-psalms-notation.ly +aligning-lyrics.ly vocal-ensemble-template.ly adjusting-lyrics-vertical-spacing.ly -aligning-lyrics.ly +demo-midiinstruments.ly