Hi Philip,

Try :

\layout {
      \context {
        \Staff
         \remove "Accidental_engraver"
         \remove "Key_engraver"
         \remove "Clef_engraver"
      }
    }

Cheers,
Pierre

2016-03-09 18:55 GMT+01:00 Philip Bergwerf <cont...@philipbergwerf.nl>:

> 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.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to