Re: Completion heads engraver

2014-10-13 Thread Mike Solomon
On Oct 14, 2014, at 1:25 AM, Noeck wrote: > Hi Mike, > > could it be that you just had a typo in your example (engravaer instead > of engraver) and additional brackets? > > This works for me: > > \version "2.18.2" > > \score { > << > \new Staff > \new Voice \with { >\remove "Note_heads_e

Re: Feedback Request for Music Fonts

2014-10-13 Thread Abraham Lee
Joram, On Mon, Oct 13, 2014 at 4:14 PM, Noeck wrote: Is it possible to switch the music font for a staff or even a measure with your approach? Or does it only work in the \paper environment. It would be cool for comparisons of fonts in the same file like here (using oll): \version "2.18.0"

Re: Automatic ottava handling

2014-10-13 Thread David Nalesnik
On Mon, Oct 13, 2014 at 3:01 PM, Janek Warchoł wrote: > Awesome work, David! > Thanks! > I think it would be great to actually have some default ottava > settings in official lilypond (e.g. something like \ottavate #4 #-4). > > I think so too, but I'd like for the function to be more intellige

Re: Automatic ottava handling

2014-10-13 Thread David Nalesnik
Hi, On Mon, Oct 13, 2014 at 1:18 PM, David Bellows wrote: > OK, I've now played around with it and it works very nicely and will be > easy to integrate into my software. You've already put a lot of work into > this so I hate to point out any of my peculiar preferences, but just in > case you fee

Re: Completion heads engraver

2014-10-13 Thread Noeck
Hi Mike, could it be that you just had a typo in your example (engravaer instead of engraver) and additional brackets? This works for me: \version "2.18.2" \score { << \new Staff \new Voice \with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver" } \relative c'' {

Completion heads engraver

2014-10-13 Thread Mike Solomon
Does anyone know how to get the completion heads engraver assigned to one voice to play nicely with fractional values? Compare the two scores below: \score { << \new Staff { \new Voice \with { \remove "Note_heads_engravaer" \consists "Completion_heads_engraver" } \relative c'' { \

Re: Feedback Request for Music Fonts

2014-10-13 Thread Noeck
Hi Abraham, I have another topic or question: Is it possible to switch the music font for a staff or even a measure with your approach? Or does it only work in the \paper environment. It would be cool for comparisons of fonts in the same file like here (using oll): \version "2.18.0" \include "

Re: Feedback Request for Music Fonts

2014-10-13 Thread Noeck
Hi Abraham, thanks for all your efforts to help here. Thanks for your font file. I didn’t say it before, but the tuplet number was just a first test. My aim was to imitate all the Bravura style consistently (including bass figure numbers, analysis numbers and symbols etc. – everything that is not

Re: Slash Chords

2014-10-13 Thread Simon Albrecht
Am 13.10.2014 um 22:45 schrieb keith Luke: How do you get LilyPond to display "slash chords" in the chord name? I'm trying to print C Maj 7/Bb and D/F# in my scores. documents chord names notation. Side note, also to ot

Re: Tuplet Number Down

2014-10-13 Thread Pierre Perol-Schneider
Hi Abraham, 2014-10-13 21:03 GMT+02:00 Abraham Lee : > P.S. Can anyone tell us why TupletNumber supports the 'direction property > at all? I tried them all (UP, DOWN, CENTER, RIGHT, LEFT) and it did nothing. > I can't tell. Probably for historical reasons. Actually, tuplet numbers are always pl

Slash Chords

2014-10-13 Thread keith Luke
How do you get LilyPond to display "slash chords" in the chord name? I'm trying to print C Maj 7/Bb and D/F# in my scores. Thanks, Keith Luke ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-user Digest, Vol 143, Issue 83

2014-10-13 Thread Patrick or Cynthia Karl
> Message: 5 > Date: Mon, 13 Oct 2014 21:08:41 +0200 > From: David Kastrup > Subject: Re: parallel music with selective repeats > > Patrick or Cynthia Karl writes: > >> I have a piece of music that needs to have all staves but one repeat, and >> that non-repeating staff is twice as long as

Re: Automatic ottava handling

2014-10-13 Thread Janek Warchoł
Awesome work, David! I think it would be great to actually have some default ottava settings in official lilypond (e.g. something like \ottavate #4 #-4). best, Janek 2014-10-12 21:07 GMT+02:00 David Nalesnik : > Hi, > > On Sat, Oct 11, 2014 at 9:05 PM, David Nalesnik >> >> >> I'll look into fixin

Re: Feedback Request for Music Fonts

2014-10-13 Thread Abraham Lee
On Mon, Oct 13, 2014 at 11:05 AM, Abraham Lee wrote: On Mon, Oct 13, 2014 at 2:01 AM, Martin Tarenskeen wrote: Hi, When I use the LilyJAZZ fonts and style, the ' is missing in titles and texts. I don't mind if not every exotic unicode character in the world is supported in every font, but

Re: practice/volunteer opportunities

2014-10-13 Thread Janek Warchoł
Hi Andrew, welcome to the community! As i'm working on the same project as Urs does, i do encourage you to follow the links he sent :) best, Janek 2014-10-12 18:03 GMT+02:00 truthling : > Greetings, all! > > This is my first post and I would firstly like to express my gratitude and > enthusiasm

Re: parallel music with selective repeats

2014-10-13 Thread David Kastrup
Patrick or Cynthia Karl writes: > I have a piece of music that needs to have all staves but one repeat, and > that non-repeating staff is twice as long as the repeating. I tried the > following but got no joy: > > \version "2.19.15" > > musicA = \relative b' { c d e f } > musicB = \relative f

Re: Tuplet Number Down

2014-10-13 Thread Abraham Lee
On Mon, Oct 13, 2014 at 12:24 PM, Urs Liska wrote: The point of this is you don't want the tuplet *number* down but the whole thing. Knute, In other words, instead of "TupletNumber", use "TupletBracket". You can also use the shortcut "\tupletDown" :) Regards, Abraham P.S. Can anyone tell

RE: spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
David, “\newSpacingSection” worked, although it had to be inserted before each measure. Is that expected? Thank you. Mark From: David Nalesnik [mailto:david.nales...@gmail.com] Sent: Monday, October 13, 2014 10:49 AM To: Mark Stephen Mrotek Cc: Shane Brandes; LilyPond User Group S

parallel music with selective repeats

2014-10-13 Thread Patrick or Cynthia Karl
I have a piece of music that needs to have all staves but one repeat, and that non-repeating staff is twice as long as the repeating. I tried the following but got no joy: \version "2.19.15" musicA = \relative b' { c d e f } musicB = \relative f' { f e d c } \score { << \new Sta

Re: Tuplet Number Down

2014-10-13 Thread Urs Liska
The point of this is you don't want the tuplet *number* down but the whole thing. Am 13. Oktober 2014 20:13:01 MESZ, schrieb Pierre Perol-Schneider : >2014-10-13 20:08 GMT+02:00 Knute Snortum : > >> I want the tuplet number to be below the notes. I am evidently doing >> something wrong. >> > >

Re: Tuplet Number Down

2014-10-13 Thread Pierre Perol-Schneider
2014-10-13 20:08 GMT+02:00 Knute Snortum : > I want the tuplet number to be below the notes. I am evidently doing > something wrong. > Try : \version "2.18.2" \language "english" \relative c' { \tweak direction #DOWN \tuplet 3/2 { c8 d c } c4 c c } HTH, Pierre _

Tuplet Number Down

2014-10-13 Thread Knute Snortum
I want the tuplet number to be below the notes. I am evidently doing something wrong. \version "2.18.2" \language "english" \relative c' { \override TupletNumber.direction = #DOWN \tuplet 3/2 { c8 d c } c4 c c } } Knute Snortum (via Gmail)

Re: spacing of triplets

2014-10-13 Thread David Nalesnik
On Mon, Oct 13, 2014 at 12:09 PM, Mark Stephen Mrotek > > > >> > >> When I extract the code for these measures, extracted.ly, the > >> triplets are more evenly spaced, extracted.pdf. > >> > >> > >> > >> Where should I look for a remedy? > >> > >> > >> > >> Thank you for your kind attention. > >> >

RE: spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
Shane, Thank you for the reply and the suggestion. I had hoped that something more efficient than backtracking would be available. Just another opportunity to learn more! Mark -Original Message- From: Shane Brandes [mailto:sh...@grayskies.net] Sent: Monday, October 13, 2014 9:35 AM To

Re: Feedback Request for Music Fonts

2014-10-13 Thread Abraham Lee
On Mon, Oct 13, 2014 at 2:01 AM, Martin Tarenskeen wrote: Hi, When I use the LilyJAZZ fonts and style, the ' is missing in titles and texts. I don't mind if not every exotic unicode character in the world is supported in every font, but in this case it's difficult to find Jazz titles and ly

Re: spacing of triplets

2014-10-13 Thread Shane Brandes
There must be some other thing injected in a prior spot of your ly code for the entire movement that is causing that peculiar spacing to show up. I would start backtracking from the problem area and add chunks of code till you find the area that is actually causing the issue. Or look for spacing co

RE: spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
Frank, Agreed, yet that is not how it appears when the entire movement is printed. Mark -Original Message- From: Alicuota618 [mailto:alicuota...@gmail.com] Sent: Monday, October 13, 2014 9:18 AM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: spacing of triplets Hello,

Re: Adjusting overall vertical spacing (in general)

2014-10-13 Thread Paul Morris
Paul Morris wrote > If you give it a try, you'll want to use this newer and more flexible > version I just submitted to OpenLilyLib. Now in OLL, with more documentation: https://github.com/openlilylib/openlilylib/tree/master/notation-snippets/scale-vertical-spacing Cheers, -Paul -- View this m

Re: spacing of triplets

2014-10-13 Thread Alicuota618
Hello, as musician, I find more readable the ly-version. Cant say more Franck 2014-10-13 10:30 GMT-05:00, Mark Stephen Mrotek : > Hello, > > > > The attached file, InPlace.pdf, is a scan of three measures of a thirty > seven measure movement. Notice the triplets in the lower staff. They are > no

spacing of triplets

2014-10-13 Thread Mark Stephen Mrotek
Hello, The attached file, InPlace.pdf, is a scan of three measures of a thirty seven measure movement. Notice the triplets in the lower staff. They are not evenly spaced. When I extract the code for these measures, extracted.ly, the triplets are more evenly spaced, extracted.pdf. Where sho

Re: Feedback Request for Music Fonts

2014-10-13 Thread Abraham Lee
Joram, Here's the tuplet number font file. See what you think! Install it like a normal font and then you can do this: \transpose c c' { % default (Century Schoolbook) \tuplet 3/2 { a8 a a } % bold (Century Schoolbook) - closer to Bravura \override TupletNumber.font-series = #'bold \tuple

Re: Tilde causes error message: "unrecognized string, not in text script or \lyricmode"

2014-10-13 Thread David Kastrup
Eyolf Østrem writes: > If I try to run the following (either directly or as part of a score): > > \relative c' { > \key e \minor > \time 4/4 > > r4 r8 e8 e fis g4 fis fis8 fis fis e dis e ~ e4 r8 > e8 e fis g4 a a8 a a g a b~ b4 r8 > b b b b4 c c8 c c b a b~ b4 r8 > b8 b a g4 fis fis8 fis fis e

Re: relative music inside music functions explodes when used twice

2014-10-13 Thread David Kastrup
Janek Warchoł writes: > 2014-10-12 12:45 GMT+02:00 David Kastrup : >> I'm not even sure I understand _how_ you want the relativization to >> happen. One after the other? > > If you mean \musicII should be relativized after \music, that's > roughly what i want. > >> In that case, you can use >> >

Re: Can I make a TextScript occupy no space, potentially colliding?

2014-10-13 Thread David Kastrup
Richard Shann writes: > On Sun, 2014-10-12 at 17:49 +0100, Richard Shann wrote: >> Perfect! > > hmm, I spoke a little too soon. It seems that \with-dimensions kills > point-and-click. Understandable with 0 as the dimension, but actually > this doesn't seem to be the issue: > > \version "2.18.0" >

Re: How to handle changing transpositions

2014-10-13 Thread Urs Liska
Am 09.09.2014 21:44, schrieb Jan-Peter Voigt: Hi Kieren, I modified the example for the auto-transpose engraver a bit, so it uses a music and a global variable. I merged them in one Voice, so that the cue names are not printed twice. But that is not necessary for the transposition. If the mu

Re: Tilde causes error message: "unrecognized string, not in text script or \lyricmode"

2014-10-13 Thread Phil Holmes
It also compiles without error for me, Windows. Perhaps it's not a space but a UTF-encoded character in the original code? -- Phil Holmes - Original Message - From: "Mark Stephen Mrotek" To: "'Eyolf Østrem'" ; Sent: Monday, October 13, 2014 1:02 AM Subject: RE: Tilde causes error