stem remove
Hi, Is there anyone who can explain to me how to remove stems from the notes? I tried the \override Stem#’transparant = ##t command as is written in the Gregorian transcription example. Lylipond is fairly new to me, so I probably missed a clue, still can somebody help me? Thanks! Lara ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Help, stem remove
Sorry, same message, had to ad ‘help’ to the subject Hi, Is there anyone who can explain to me how to remove stems from the notes? I tried the \override Stem#’transparant = ##t command as is written in the Gregorian transcription example. Lylipond is fairly new to me, so I probably missed a clue, still can somebody help me? Thanks! Lara ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Help, stem remove
It is much easier to help you if you include a full example of what you tried. The command you quote looks OK, except that you need a space before the "#". However, the problem might also be where in the file you put the command. /Mats lara diamand wrote: Sorry, same message, had to ad ‘help’ to the subject Hi, Is there anyone who can explain to me how to remove stems from the notes? I tried the \override Stem#’transparant = ##t command as is written in the Gregorian transcription example. Lylipond is fairly new to me, so I probably missed a clue, still can somebody help me? Thanks! Lara ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Help, stem remove
Is it me or did you type "transpar_A_nt" intead of transpar_E_nt ? Don't know if this might help... 2006/10/30, Mats Bengtsson <[EMAIL PROTECTED]>: It is much easier to help you if you include a full example of what you tried. The command you quote looks OK, except that you need a space before the "#". However, the problem might also be where in the file you put the command. /Mats lara diamand wrote: > > Sorry, same message, had to ad 'help' to the subject > > Hi, > > Is there anyone who can explain to me how to remove stems from the > notes? I tried the > > \override Stem#'transparant = ##t > > command as is written in the Gregorian transcription example. > > Lylipond is fairly new to me, so I probably missed a clue, still can > somebody help me? > > Thanks! > > Lara > > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
arabic instead of roman
Is there a global way to change the neck position indication on fret board markup to be arabic instead of roman? Without having to change the file called "\LilyPond\usr\share\lilypond\current\scm\fret-diagrams.scm" ? I'm trying to avoid making my own changes to the installed code base, so that I dont have to remember everything I would need to re-adjust after each re-install of lp. I've already successfully accomplished the switch by changing this file on my machine, was just wondering if there was an "end user non scheme coder" way of doing it? I would prefer that all fretboards I create use an arabic position number. thanks Rick -- View this message in context: http://www.nabble.com/arabic-instead-of-roman-tf2541942.html#a7082510 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: arabic instead of roman
Rick Hansen (aka RickH) escreveu: Is there a global way to change the neck position indication on fret board markup to be arabic instead of roman? Without having to change the file called "\LilyPond\usr\share\lilypond\current\scm\fret-diagrams.scm" ? I'm trying to avoid making my own changes to the installed code base, so that I dont have to remember everything I would need to re-adjust after each re-install of lp. I've already successfully accomplished the switch by changing this file on my machine, was just wondering if there was an "end user non scheme coder" way of doing it? I would prefer that all fretboards I create use an arabic position number. you're looking for the 'number-type property -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Folding a line of lyrics
I'm trying to set some music with _extremely_ long sets of words attached to one reciting tone. Lilypond sees that, freaks, and sets one measure per line, which doesn't look at all good. (2.9.27, OSX.) I'm looking for a way to set up something like this in the lyrics: "The first line would go like this and the second would continue here and then the rest of the line" I could do it by creating a dummy second verse with words only in that one particular spot, but that doesn't sound like fun and would require manual editing of the files after I run them through m4. Is there an easier way? Thanks, Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Folding a line of lyrics
One possibility is \lyricmode{ ... \markup{\column{\line{ The first line would go like this } \line{and the second would continue here }}} and then the rest of the line } however, then the lyrics after the multi-line section will continue on the top line, not the bottom line as you had sketched below. One workaround for that could be to use \override LyricText #'extra-offset = ... to move it down. /Mats Geoff Horton wrote: I'm trying to set some music with _extremely_ long sets of words attached to one reciting tone. Lilypond sees that, freaks, and sets one measure per line, which doesn't look at all good. (2.9.27, OSX.) I'm looking for a way to set up something like this in the lyrics: "The first line would go like this and the second would continue here and then the rest of the line" I could do it by creating a dummy second verse with words only in that one particular spot, but that doesn't sound like fun and would require manual editing of the files after I run them through m4. Is there an easier way? Thanks, Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user