Dear Lilyponders,I just struggled with studying a complex music piece and thought that all the chromatic lines are horrible to read in standard notation. Especially the "enharmonic problem" is distracting the musician from a very simple musical structure. So I tried some of my ideas and can present one, which is IMO good to read.
See attached. Comments, suggestions are very welcome ;) Best regards musicus
\version "2.19.34"
chrom =
#(define-music-function (offset music)(number? ly:music?)
#{
\once \override NoteHead.stencil = #ly:text-interface::print
\once \override NoteHead.text = \markup {
\fontsize #-3 \musicglyph #"accidentals.doublesharp"
}
\once \omit Accidental
\stopStaff \startStaff \omit Staff.LedgerLineSpanner
\offset NoteHead.Y-offset #offset
#music
\stopStaff \startStaff \undo \omit Staff.LedgerLineSpanner
#})
\relative c' {
c8
\chrom 0.25 cis
\chrom 0 d
\chrom 0.25 dis
\chrom 0 e
\chrom -0.25 f
\chrom 0 fis
\chrom -0.25 g
gis1
as8
\chrom 0 g
\chrom -0.25 ges
\chrom 0 f
\chrom 0 e
\chrom -0.25 es
\chrom 0 d
\chrom -0.25 des
c1
}
\relative c' {
c8 cis d dis e f fis g gis1 as8 g ges f e es d des c1
}
example.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
