Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4339)

Issue 38720045: Simplified version of Trevor Daniels' SATB framework.

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by Devon Schudy
Modified:
10 years, 4 months ago
Reviewers:
Carl P., Trevor Daniels, t.daniels
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Simplified version of Trevor Daniels' SATB framework. * No separate init files. * S-A-T-B and SA-TB are one file. The number of voices per staff is controlled by defining TwoVoicesPerStaff = ##t. * Rename "Ladies" to "Women". * Each voice has a separate instrument name. * Short names default to the first character of the long name. * Use default paper. * Remove TopMarkup. * Use clarinet instead of choir aahs/oohs, because it has clearer attacks.

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix bugs. More verses. Implicit \lyricsto. #

Total comments: 4

Patch Set 3 : Improve comments. Add VerseOne. Fix piano MIDI instrument. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -0 lines) Patch
A ly/satb.ly View 1 2 1 chunk +217 lines, -0 lines 0 comments Download

Messages

Total messages: 9
Trevor Daniels
Thanks Devon - there's a lot in here that potentially is an improvement, but also ...
10 years, 4 months ago (2013-12-17 22:50:13 UTC) #1
Trevor Daniels
I've now got a clean compile of a simple four-staff SATB score, with the changes ...
10 years, 4 months ago (2013-12-17 23:36:02 UTC) #2
Devon Schudy
Fix bugs. More verses. Implicit \lyricsto.
10 years, 4 months ago (2013-12-18 00:41:19 UTC) #3
Trevor Daniels
This looks really good now. I've tried out pretty well all the combinations and I ...
10 years, 4 months ago (2013-12-18 18:10:47 UTC) #4
Trevor Daniels
I'm not sure about using the default paper margins. The printed output goes very close ...
10 years, 4 months ago (2013-12-18 22:34:16 UTC) #5
Carl P.
On Wed, Dec 18, 2013 at 5:34 PM, <tdanielsmusic@googlemail.com> wrote: > I'm not sure about ...
10 years, 4 months ago (2013-12-18 22:54:05 UTC) #6
t.daniels_treda.co.uk
Carl Peterson wrote Wednesday, December 18, 2013 10:54 PM > I'm not sure I agree. ...
10 years, 4 months ago (2013-12-18 23:48:12 UTC) #7
Devon Schudy
Improve comments. Add VerseOne. Fix piano MIDI instrument.
10 years, 4 months ago (2013-12-19 16:18:53 UTC) #8
Devon Schudy
10 years, 4 months ago (2013-12-19 16:25:09 UTC) #9
Trevor Daniels wrote:
> What we lose with this approach is transparancy. With straight Lily
> code, the more adventurous users could adapt the template to suit
> their personal preferances. With this, only Schemers can.

Yeah, this is a problem. Something like Janek's predefined staves would make it
much simpler.

> what do you think about making LyricsOne a synonym for Lyrics?

Yes.

> Alternatively I could adopt this template (with appropriate credits
> to you) and incorporate it as a replacement template together with
> doc changes in my patch.

Sure, go ahead.

> The printed output goes very close to the left margin

This is a common problem — it happens whenever shortInstrumentName is used — so
it really ought to be fixed in general. (It's issue 766.) The obvious thing to
do is to automatically increase the indent to fit the (short)InstrumentName. Is
it possible to communicate this from somewhere that knows about grobs to the
code that determines indents (apparently line_dimensions_int or its callers)?
(Or involve instrument names in layout, but that looks hard.

> and the bottom of the bass staff is cut off on some pages.

? When does this happen?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b