How to tweak/override the individual Glissando objects in a chord?

2013-08-21 Thread Dominic
Hello all, sorry for the frequent posting but I'm learning a lot! Here is a small example: /\relative c' { 1 \glissando 1 }/ If I wanted to modify those glissando lines (e.g. move one of them slightly lower), how would I go about doing that without affecting the other two? /\relative c''' {

Re: How to tweak/override the individual Glissando objects in a chord?

2013-08-21 Thread Janek Warchoł
Hi, 2013/8/21 Dominic : > Hello all, sorry for the frequent posting No problem! I've noticed that you write excellent descriptive email subjects - that's very good (and that's why i looked at this email) :) > Here is a small example: > /\relative c' { 1 \glissando 1 }/ > > If I wanted to modify

Re: Combining graphics and text in one stencil?

2013-08-21 Thread Mark Polesky
David Kastrup wrote: > It's called interpret-markup and you obviously need > layout and props for it.  One variant that gets them > itself from a grob is grob-interpret-markup. Thank you.  It was right under my nose but I didn't understand it; and now I do. - Mark _

Re: How to tweak/override the individual Glissando objects in a chord?

2013-08-21 Thread Thomas Morley
2013/8/21 Janek Warchoł : > Hi, > > 2013/8/21 Dominic : >> Hello all, sorry for the frequent posting > > No problem! I've noticed that you write excellent descriptive email > subjects - that's very good (and that's why i looked at this email) :) > >> Here is a small example: >> /\relative c' { 1 \

a script for building multiple independent lilyponds from source

2013-08-21 Thread Janek Warchoł
Hi all, every now and then many of us need to use different versions of LilyPond - this is especially true for developers. In fact, most developers usually want many concurrent LilyPond versions built from the source code. It was my dream for more than a year to automate the process of compiling

question about multiple parts

2013-08-21 Thread Dave Phillips
Greetings, I'm writing another article about the state of music notation software on Linux, and I decided to score some of my older pieces as focus projects. I'm using the Frescobaldi program on Ubuntu 12.04, everything is going very nicely but I do have an important question. I transcribed

Re: question about multiple parts

2013-08-21 Thread Mike Solomon
On 21 août 2013, at 15:11, Dave Phillips wrote: > Greetings, > > I'm writing another article about the state of music notation software on > Linux, and I decided to score some of my older pieces as focus projects. I'm > using the Frescobaldi program on Ubuntu 12.04, everything is going very

Re: question about multiple parts

2013-08-21 Thread Urs Liska
And don't forget the closing angled brackets that may have been swallowed by email. Mike Solomon schrieb: > >On 21 août 2013, at 15:11, Dave Phillips wrote: > >> Greetings, >> >> I'm writing another article about the state of music notation >software on Linux, and I decided to score some of

Re: How to tweak/override the individual Glissando objects in a chord?

2013-08-21 Thread Thomas Morley
2013/8/21 Thomas Morley : > Hi Dominic, [...] > Using 2.17.24 you'll see a padding/collision-issue even with the > untweaked glissando. > Probably a bug. Issue 2942 http://code.google.com/p/lilypond/issues/detail?id=2942 -Harm ___ lilypond-user mailin

Re: multiple versions on Linux

2013-08-21 Thread Janek Warchoł
Hi, 2013/7/24 : > Provided is the unpacked source of the lilypond version to be installed. A > descripton of the steps to install lilypond one finds in INSTALL.txt. More > infos one may find at > http://lilypond.org/doc/v2.17/Documentation/contributor-big-page#compiling. > > Every version will

currentBarnumber in layout?

2013-08-21 Thread Thomas Morley
Hi, playing around with some code to answer a request about setting BarNumber for the first measure at the german lilypond forum http://www.lilypondforum.de/index.php?topic=1529.0 I've found: \version "2.17.24" \layout { \context { \Score currentBarNumber = #10 } } \new Staff \relat

Re: shiftDuration and partial

2013-08-21 Thread Janek Warchoł
2013/7/29 David Kastrup : > Urs Liska writes: > >> Am 29.07.2013 17:26, schrieb Stjepan Horvat: >>> hi guys..di you realize that shiftDuration doesn't convert the partial >>> part..?! >>> is this a bug? >>> >>> for example: >>> >>> \shiftDuration #1 #0 { c4 d e f } -> c8 d e f >>> but \shiftDurati

Re: question about multiple parts

2013-08-21 Thread Dave Phillips
Hi Urs, hi Mike, On 08/21/2013 08:25 AM, Urs Liska wrote: And don't forget the closing angled brackets that may have been swallowed by email. Which indeed were annihilated by email. Thanks for the reminder. :) Mike, thanks for clear example, I'll try it this afternoon. Best, dp _

Re: currentBarnumber in layout?

2013-08-21 Thread Jean-Charles Malahieude
Le 21/08/2013 15:05, Thomas Morley disait : Hi, playing around with some code to answer a request about setting BarNumber for the first measure at the German lilypond forum http://www.lilypondforum.de/index.php?topic=1529.0 I've found: \version "2.17.24" \layout { \context { \Score

Re: multiple versions on Linux

2013-08-21 Thread Marc Weber
There are two linux distributions which make it very easy to have multiple verisons: - nixos.org linux - this also allows to build from source very very easily. lilypond has been packaged - thus getting more versions should be pretty straightforward. - gobolinux If you're interested in nixos.o

explicit 7 on a half diminished 7

2013-08-21 Thread Derek Klinge
For the life of me I cannot figure this out. I would like the following example to explicitly include the 7. Is there a way to change the way it handles half diminished 7ths? EXAMPLE \chords { c4:7.9- c:7.9-/g \set slashChordSeparator = \markup { " over " } \break c4:7.9- c:7.9-/g } Der

Re: explicit 7 on a half diminished 7

2013-08-21 Thread Thomas Morley
2013/8/22 Derek Klinge : > For the life of me I cannot figure this out. > I would like the following example to explicitly include the 7. Is there a > way to change the way it handles half diminished 7ths? > > EXAMPLE > > \chords { > c4:7.9- c:7.9-/g > \set slashChordSeparator = \markup { " ove

Re: explicit 7 on a half diminished 7

2013-08-21 Thread David Rogers
Derek Klinge writes: > For the life of me I cannot figure this out. > I would like the following example to explicitly include the 7. Is > there a way to change the way it handles half diminished 7ths? > > EXAMPLE > \chords { > c4:7.9- c:7.9-/g > \set slashChordSeparator = \markup { " over "