lilypond-user
[Top][All Lists]
Advanced

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

Re: percussion clef question


From: Menu Jacques
Subject: Re: percussion clef question
Date: Sat, 10 Jun 2017 05:22:39 +0200

This snippet comes from applying musicxml2ly on 12a-Clefs.xml, which is part of the unofficial LP MusicXML test suite: http://lilypond.org/doc/v2.19/input/regression/musicxml/collated-files.html.

What puzzles me is that Finale 2014 displays:

    <!--=======================================================-->
    <measure number="5">
      <attributes>
        <clef>
          <sign>percussion</sign>
        </clef>
      </attributes>
      <note>
        <pitch>
          <step>C</step>
          <octave>4</octave>
        </pitch>
        <duration>4</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
    </measure>

like this:


when MuseScore 2.1 produces this:


and LilyPond gives:

JM

Le 9 juin 2017 à 14:50, Menu Jacques <address@hidden> a écrit :

Hello folks,

I’ve never created scores for percussion, so may question is a newbie one: can the percussion clef be used in any context, without changing the number of lines in the staff?

And if so, it the output for the example below the right one?

Thanks for your help!

JM

\version "2.19.55"

{
  \clef "bass"
  c'1 |
  \clef "percussion"
  c'1 |
}


<PastedGraphic-1.tiff>
 
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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