]> git.donarmstrong.com Git - lilypond.git/commit
Snippets: Replace \set Staff.instrumentName
authorJames Lowe <pkx@gnu.org>
Sat, 18 Feb 2017 11:51:05 +0000 (11:51 +0000)
committerJames Lowe <pkx@gnu.org>
Sun, 26 Feb 2017 20:13:31 +0000 (20:13 +0000)
commit3f57efa0cde39bf0642fb6fb3672a19262ceda83
tree31ebca336c78aaef6b4a0e466261d41a688748ec
parent094be7d770e887169f70249804e1e96e04a44ca5
Snippets: Replace \set Staff.instrumentName

Note: This patch includes a
makelsr.py run

Issue 5039

3rd Patch - Snippets

Replace appropriate instances of

\set Staff.instrumentName = " ... "

with

\new Staff \with { instrumentName = " ... " }
32 files changed:
Documentation/snippets/adding-drum-parts.ly
Documentation/snippets/aligning-and-centering-instrument-names.ly
Documentation/snippets/clip-systems.ly
Documentation/snippets/combining-two-parts-on-the-same-staff.ly
Documentation/snippets/figured-bass-headword.ly
Documentation/snippets/heavily-customized-polymetric-time-signatures.ly
Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly
Documentation/snippets/jazz-combo-template.ly
Documentation/snippets/new/adding-drum-parts.ly [new file with mode: 0644]
Documentation/snippets/new/aligning-and-centering-instrument-names.ly [new file with mode: 0644]
Documentation/snippets/new/clip-systems.ly [new file with mode: 0644]
Documentation/snippets/new/combining-two-parts-on-the-same-staff.ly [new file with mode: 0644]
Documentation/snippets/new/figured-bass-headword.ly [new file with mode: 0644]
Documentation/snippets/new/heavily-customized-polymetric-time-signatures.ly [new file with mode: 0644]
Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly [new file with mode: 0644]
Documentation/snippets/new/jazz-combo-template.ly [new file with mode: 0644]
Documentation/snippets/new/orchestra,-choir-and-piano-template.ly [new file with mode: 0644]
Documentation/snippets/new/piano-template-simple.ly [new file with mode: 0644]
Documentation/snippets/new/quoting-another-voice-with-transposition.ly [new file with mode: 0644]
Documentation/snippets/new/quoting-another-voice.ly [new file with mode: 0644]
Documentation/snippets/new/staff-headword.ly
Documentation/snippets/new/string-quartet-template-simple.ly [new file with mode: 0644]
Documentation/snippets/new/string-quartet-template-with-separate-parts.ly [new file with mode: 0644]
Documentation/snippets/new/wind-headword.ly
Documentation/snippets/orchestra,-choir-and-piano-template.ly
Documentation/snippets/piano-template-simple.ly
Documentation/snippets/quoting-another-voice-with-transposition.ly
Documentation/snippets/quoting-another-voice.ly
Documentation/snippets/staff-headword.ly
Documentation/snippets/string-quartet-template-simple.ly
Documentation/snippets/string-quartet-template-with-separate-parts.ly
Documentation/snippets/wind-headword.ly