On Tue, 2016-06-14 at 14:30 +0100, Joe Wilkinson wrote: > Thanks Richard. > > I had a try with the documentation, but was struggling. I will persist.
it sounds like you already got to the point where you would be welcomed with open arms if you asked on [email protected] When asking there it is best to create a small example without all the fancy stuff that Denemo adds. If you can figure out what the output LilyPond should look like it won't be a problem to create it from Denemo I'm sure. > > I am not that fussed about putting the Chord diagrams into the music > with the chord names - things can get cluttered. I think you are talking about their examples, e.g. \include "predefined-ukulele-fretboards.ly" myChords = \chordmode { a1 a:m a:aug } \new ChordNames { \myChords } \new FretBoards { \set Staff.stringTunings = #ukulele-tuning \myChords } The only reason this prints the chord names is it has the \new ChrodNames { ....} block there to print them. You just delete that bit, as I did in my example. > But it would be nice to have a list of those in use in the music at the > top or bottom. > Would it be best to put them in a separate movement? That's a possibility. Otherwise you could use the Create Gap command and start them after the music (I expect). Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
