lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5034 Full


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5034 Fully document the short forms of the mode-changing commands
Date: Sun, 22 Jan 2017 21:39:35 +0000

Trevor Daniels wrote Sunday, January 22, 2017 9:18 PM

Respond to Harm's comments

http://codereview.appspot.com/313380043

Please ignore the incorrect changes above line c. 2000 in the delta from patch set 1. I uploaded a diff against the wrong base, and another of my patches to the same file has been included. The full diff is correct. Sorry.

Trevor


[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: Sun Jan 22, 2017 09:18 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]