lilypond-user
[Top][All Lists]
Advanced

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

Piano_Tab notation; how to disable clef and key engraver?


From: Philip Bergwerf
Subject: Piano_Tab notation; how to disable clef and key engraver?
Date: Wed, 9 Mar 2016 10:55:20 -0700 (MST)

Hello everyone,

i am busy with trying to find a way to make various alternative notations in
lilypond. For now the Piano_Tab Notation. I found some useful information at
musicnotation.org/ and right know i made this: 
_____________________________________________________________________
%Piano_Tab template
\header {
  title = "Piano_Tab chromatic scale"
}

upper =\relative c'' {
  \clef treble
  c, cis d dis e f fis g gis a ais b c1
  \bar"|."
}

\score {
  \new PianoStaff \with {
    \remove "Accidental_engraver"
    \remove "Key_engraver"
    staffLineLayoutFunction = #ly:pitch-semitones
    middleCPosition = #-6
    clefGlyph = #"clefs.G"
    clefPosition = #(+ -6 7)
    }
    {
     \override Staff.StaffSymbol #'line-positions = #'(21 19 16 14 12 9 7 4
2 0 -2.8 -3 -3.2 -4.8 -5 -5.2 -8
                                                    -10 -12 -15 -17 -20 -22
-24 -27 -29)
     \time 4/4 << \upper >>
    }
}
________________________________________________________
Well if you paste this in Frescobaldi you see a Piano_Tab chromatic scale.
Piano_Tab is a chromatic Klavar like notation method. Because there are 12
note positions each octave we don't need accidentals. Also the traditional
Clef is displayed in an other way in this notation. The central "c sharp"
and "d sharp" lines are thicker. My question is: how can i make the
accidentals and clefs disappear? I typed "\remove "Accidental_engraver"" and
"\remove "Clef_engraver" in this .ly". Why does this not work? Where do i
have to place these commands to remove the clef and accidental engravers?

Regards Philip Bergwerf



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Piano-Tab-notation-how-to-disable-clef-and-key-engraver-tp188358.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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