Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-14 Thread Philip Rhoades
Paul, On 2014-01-14 07:18, Paul Morris wrote: Philip Rhoades wrote OK, got that working - the actual music .ly "data" file is slimming down now - but I still need to investigate why some notes needed manual editing so they were in the right place when I converted a Mutopia file. Hi Phil, I

Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-13 Thread Paul Morris
, among other things, make it much easier to use Scheme with LilyPond. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Experiment-with-an-Alternative-Notation-for-learning-Guitar-music-tp157546p157840.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

Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-13 Thread Philip Rhoades
David, On 2014-01-13 20:07, David Kastrup wrote: Philip Rhoades writes: Yes, in the great tradition of include files - now to get to grips more with Scheme itself . . It's a more rewarding enterprise these days than it has been a few years ago: while the limits of what you can achieve wi

Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-13 Thread David Kastrup
Philip Rhoades writes: > Yes, in the great tradition of include files - now to get to grips > more with Scheme itself . . It's a more rewarding enterprise these days than it has been a few years ago: while the limits of what you can achieve with Scheme have remained rather similar, it's starting

Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-13 Thread Philip Rhoades
Paul, On 2014-01-12 02:21, Paul Morris wrote: Hi Phil, I'm replying to the whole list so others can also benefit from our exchange. snip . . And if you want to take this a step further... the way I do it with Clairnote[1] is to define a custom staff context called "StaffClairnote" tha

Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-11 Thread Paul Morris
n the include file in one place, instead of having to make the same change in all of your sheet music files. Let me know if you have further questions. Regards, -Paul [1] see http://clairnote.org/software/ -- View this message in context: http://lilypond.1069038.n5.nabble.com/Experiment-with-an-Alternative-Notation-for-learning-Guitar-music-tp157546p157637.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

Re: Experiment with an Alternative Notation for learning Guitar music

2014-01-09 Thread Paul Morris
ding too far \override Stem #'no-stem-extend = ##t % remove accidentals and clefs \remove Accidental_engraver } { % enter notes here \relative { e f fis g gis a ais b c cis d dis e } } -- View this message in context: http://lilypond.1069038.n5.nabble.com/Experiment-with-an-Alternati

Experiment with an Alternative Notation for learning Guitar music

2014-01-09 Thread Philip Rhoades
People, I have used this script: \version "2.18.0" \new Staff \with { % remaps pitches on the staff to semitones / chromatic scale staffLineLayoutFunction = #ly:pitch-semitones % reconfigures line pattern of staff % \override StaffSymbol #'line-positions = #'( -1 2 5 8 ) \override St