Note to Verifiers:
This is/has been broken down into a number of small patches to make reviewing easier.
http://codereview.appspot.com/313400043 - Notation Reference patch (now pushed - fixed 2_19_56)
http://codereview.appspot.com/314390043 - Learning Manual patch (now pushed - fixed 2_19_56)
http://codereview.appspot.com/313620043 - All Snippets (now pushed - fixed 2_19_57)
In http://lists.gnu.org/archive/html/lilypond-user/2017-01/msg00500.html dak wrote:
But stuff like instrument names actually is a static property of the
staff. You really, really should set it like\new Staff \with { instrumentName = "Treble Recorder" }
{
\grace f'8
g'4 g'
}
Perhaps we should aim to convert all the LilyPond examples in the docs which use
\set Staff.instrumentName = " ... "
to the \new Staff \with { ... } form.
There are quite a lot, and many more in the LSR, regression tests, etc.
NR: Replace \set Staff.instrumentName
Issue 5039
1st Patch - Notation Reference
Replace appropriate instances of
\set Staff.instrumentName = " ... "
with
\new Staff \with { instrumentName = " ... " }
http://codereview.appspot.com/313400043
Minor indent fixes
http://codereview.appspot.com/313400043
Fix missing TexInfo macro
http://codereview.appspot.com/313400043
Passes make, make check and a full make doc.
Patch on countdown for Jan 30th.
Patch counted down - please push.
First Patch - Notation Reference
author James Lowe pkx@gnu.org
Mon, 23 Jan 2017 20:52:53 +0000 (20:52 +0000)
committer James Lowe pkx@gnu.org
Mon, 30 Jan 2017 16:02:40 +0000 (16:02 +0000)
commit 041cb33a404a829a8cdeeaebce17e45f613f10d8
Diff:
LM: Replace \set Staff.instrumentName
Issue 5039
Second Patch - Learning Manual
Replace appropriate instances of
\set Staff.instrumentName = " ... "
with
\new Staff \with { instrumentName = " ... " }
http://codereview.appspot.com/314390043
Diff:
Fix typo.
http://codereview.appspot.com/314390043
Fix some TexInfo formatting errors
http://codereview.appspot.com/314390043
Passes make, make check and a full make doc.
Patch on countdown for February 5th.
Patch counted down - please push.
Diff:
Learning Manual change
author James Lowe pkx@gnu.org
Mon, 30 Jan 2017 17:10:51 +0000 (17:10 +0000)
committer James Lowe pkx@gnu.org
Sun, 5 Feb 2017 13:11:21 +0000 (13:11 +0000)
commit 8069b823827dbd5aac35d1f61e09306eabfe1bde