lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5034 Fully do


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5034 Fully document the short forms of the mode-changing commands
Date: Tue, 24 Jan 2017 09:31:20 +0000

Patch on countdow for Jan 27th.


[issues:#5034] Fully document the short forms of the mode-changing commands

Status: Started
Created: Thu Jan 19, 2017 04:25 PM UTC by Trevor Daniels
Last Updated: Mon Jan 23, 2017 12:31 PM UTC
Owner: Trevor Daniels

Submitted by Thomas Morley (copied from Issue [#5032] ) :

Some general findings testing with:

\displayLilyMusic
<<
   \chords  { c1 }
   \chords { d }
>>

\displayLilyMusic
<<
   \lyrics { foo1 }
   \lyrics { bar }
>>

\displayLilyMusic
<<
   \drums { hh1 }
   \drums { bd }
>>

\displayLilyMusic
<<
   \figures { <6> }
   \figures { <7> }
>>

returning:

<< \new ChordNames { < c' e' g' >1 } \new ChordNames { < d' fis' a' >1 } >>
<< \lyrics { foo } \lyrics { bar } >>
<< \drums { hihat1 } \drums { bassdrum1 } >>
<< \figures { < 6 >1 } \figures { < 7 >1 } >>

This looks ok but inconsistent to me.
In NR I've found:
"\chords { … } is a shortcut notation for \new ChordNames { \chordmode { … } }"
"\figures{ … } is a shortcut notation for \new FiguredBass { \figuremode { … } }"
and
"The simplest way to enter percussion notes is to use the \drums command, which creates the correct context and entry mode for percussion"
Is there any reason for displayLilyMusic returning different?
\lyrics isn't explained at all, afaik.
I'd suggest to explain \drums at the lines of \chords and \figures.
\lyrics should be deprecated or documented properly as already said on Rietveld.


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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