lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stylesheet structure


From: Kieren MacMillan
Subject: stylesheet structure
Date: Sun, 12 May 2013 21:51:04 -0400

Hello all,

I'm working on putting together some "house style" stylesheets, and wanted to 
see if I had the best structure…

As one example, I'm tweaking up a Henle piano score stylesheet (e.g. Beethoven 
Piano Sonatas Urtext, ca. 1980):

1. Lilypond.ily
-- basic settings [that really should be Lilypond defaults!]

2. Score.ily
-- \Score context settings [that really should be Lilypond defaults!]
-- \include Lilypond.ily

3. PianoStaff.ily
-- \PianoStaff context settings [that really should be Lilypond defaults!]
-- \include Score.ily

4. Henle_house.ily
-- settings that are Henle- (but not piano-) specific

5. Henle_piano.ily
-- settings that are Henle-piano-specific
-- \include Henle_house.ily and \PianoStaff.ily

6. piano_Henle_concert.ily
-- final settings that make it all look like (e.g.) the Beethoven Piano Sonatas 
edition
-- \include Henle_piano.ily

Does that look like the best (i.e., most flexible) structure?

Thanks,
Kieren.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]