Re: French lyrics and accented characters

2024-07-03 Thread Carlo Stemberger
Il giorno mer 3 lug 2024 alle ore 09:27 Raphael Mankin 
ha scritto:

> character picking is a PITA. I shall have to add a French keyboard to my
> layouts.
>

On a GNU/Linux system you have 2 other possibilities:

1) Ctrl + Shift + u followed by the hex unicode code (for example 00e7 for
ç);
2) Using a compose sequence[1] (more practical).

On a GNU/Linux system an Italian keyboard might be a good alternative for
you: it's a QWERTY keyboard, you have the most common characters (é è ç à É
È Ç À) available, and you can get the missing ones with method 2.

Best regards,
Carlo

[1] https://en.wikipedia.org/wiki/Compose_key#Common_compose_combinations


Re: Unexpected file name in EPS output

2022-11-06 Thread Carlo Stemberger
Il giorno dom 6 nov 2022 alle ore 22:17 Knute Snortum 
ha scritto:

> On Sun, Nov 6, 2022 at 12:21 PM Federico Bruni  wrote:
> >
> > Il giorno dom 6 nov 2022 alle 18:54:00 +0100, Carlo Stemberger
>
> Where did you see "lilypond -dbackend=eps myfile.ly"?
>

Here:

http://lilypond.org/doc/v2.22/Documentation/usage/other-programs.it.html

Regards,
Carlo


Unexpected file name in EPS output

2022-11-06 Thread Carlo Stemberger
Hi,
when I run `lilypond -dbackend=eps myfile.ly` with LilyPond 2.22.2 I get 2
PDF files (myfile.pdf and myfile-1.pdf) and an EPS file (myfile.esp).

-
%myfile.ly
\version "2.22.2"

\relative c'' {c d e c}
-

Why?

Please note that myfile.pdf and myfile-1.pdf seem identical, but they
aren't:

diff myfile-1.pdf myfile.pdf
Binary files myfile-1.pdf and myfile.pdf differ

Some time ago the behaviour was different: I just got myfile.pdf and
myfile.eps, if I remember correctly (in any case the EPS file didn't have
any suffix). Unfortunately now I have trouble with a script...

Is this a bug? Do the next versions have the same behaviour? In this case I
have to modify my script.

Thank you!

Carlo


Re: GSoC applications

2018-01-09 Thread Carlo Stemberger
Hi,

2018-01-09 9:15 GMT+01:00 :

> it is important that there are good project suggestions pages available
>

What do you think about including a project concerning video outputs? This
discussion might be a good start:

https://github.com/aspiers/ly2video/issues/67

Best regards,
Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Help with ties

2016-12-08 Thread Carlo Stemberger
Thank you very much!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Help with ties

2016-12-08 Thread Carlo Stemberger
Hello,
could you help me in transcribing the attached file, please?

This is my attempt:
-
\version "2.18.2"

global = {
  \key as \major
  \time 2/2
}

right = \relative c' {
  \global
  <<
{
  es'2( des4 c
  des2 c)
} \\
{
  1 ~
  as4 g as2% FIXME: missing e
}
  >>
}

left = \relative c' {
  \global
  <<
{
  as1
  es
} \\
{
  c2 bes4 as
  bes2 as
}
  >>
}

\score {
  \new PianoStaff <<
\new Staff = "right" \right
\new Staff = "left" { \clef bass \left }
  >>
}
-


Thank you very much!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Single lyric for multiple syllables

2016-10-05 Thread Carlo Stemberger
2016-10-05 10:26 GMT+02:00 David Kastrup :

>
> That's not a complete compilable example.


You are right, David, sorry.

Here is the complete one:

-
\version "2.18.2"

\relative c'' {
\key d \major
\time 2/4
\partial 4 a8 g
fis4 d
e8( fis) g b
a2
a4 r8 a
b4 fis8 e
fis4 fis\fermata
\bar "|."
}
\addlyrics {
Il Si -- gno -- re~è~il mi -- o pas -- to -- re:
non -- man -- co di nul -- la.
}
-

Best regards,
Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Single lyric for multiple syllables

2016-10-05 Thread Carlo Stemberger
Thank you very much, Thomas!

2016-10-05 10:27 GMT+02:00 Thomas Morley :

>
> With a newer devel-version


I'll wait for the stable one.

Anyway it seems to be a (little) workaround. In your opinion, might it be a
good idea to open a feature request?

Thanks!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Single lyric for multiple syllables

2016-10-05 Thread Carlo Stemberger
Hello,

http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-vocal-music#multiple-syllables-to-one-note

Is it possible to get a single lyric tie for multiple syllables?

In the attached example, I'd rather see an unique tie from "re" to "il":

\addlyrics {
Il Si -- gno -- re~è~il mi -- o pas -- to -- re:
non -- man -- co di nul -- la.
}

Thank you!

Carlo


psalm.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Python 3, was Re: ANN: Frescobaldi 2.19.0

2016-04-23 Thread Carlo Stemberger
2016-04-23 15:19 GMT+02:00 Federico Bruni :

> I guess that in 4 years Linux distros will "have to" (?) migrate to
> python3.
>

Currently new Debian packages written in Python 2 should be refused:

https://www.debian.org/doc/packaging-manuals/python-policy/ch-python3.html

Ciao,
Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Music symbols in Inkscape

2015-06-10 Thread Carlo Stemberger
Thank you!

Summing up, currently there are 3 ways:

1) importing the PDF pages with the glyphs
2) importing an SVG file generated by LilyPond
3) using the feta fonts as system fonts

I find the first one not exactly quick and simple; the second one isn't
good for my case (I need the glyphs, not a score); so I'll try to use the
fonts.

Ciao!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Music symbols in Inkscape

2015-06-10 Thread Carlo Stemberger
2015-06-11 2:00 GMT+02:00 tisimst tisimst.lilyp...@gmail.com:

 It doesn't really matter, but I'm curious, if you don't mind my asking,
 what it is you planning to use them for?


It's for a flyer (advertisement for a school of music)
http://en.wikipedia.org/wiki/Advertisement: I'd like to put a lot of
musical symbols in the background.

Returning to the subject, I can't understand how to use the Emmentaler
font...

I did (on Debian):

cp /usr/share/lilypond/2.18.2/fonts/otf/emmentaler-20.otf .fonts/

And now, how can I get, for example, a G-clef? Is there some documentation?

Thank you!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Music symbols in Inkscape

2015-06-09 Thread Carlo Stemberger
Hi,
I'd like to use LilyPond glyphs[1] in Inkscape.

Currently what's the best practice?

Thank you!

Carlo


[1] http://lilypond.org/doc/v2.18/Documentation/notation/the-feta-font
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: cre - - sen - - do

2013-05-03 Thread Carlo Stemberger

Il 30/04/2013 06:36, Jay Anderson ha scritto:
I believe this has been discussed in the past, but I couldn't find an 
enhancement request filed.


This is the old thread:

http://thread.gmane.org/gmane.comp.gnu.lilypond.devel/29244/

Bye,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Extension:Score

2013-04-27 Thread Carlo Stemberger

Il 24/04/2013 16:47, Francisco Vila ha scritto:

score\relative c' { \time 3/4 \key c \minor f d f a d f e d cis a
cis e a g f e }/score


Ok, it works.

Thank you!

Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Extension:Score

2013-04-23 Thread Carlo Stemberger

Il 23/04/2013 17:49, Klaus Föhl ha scritto:

Hello,

Just snooping around and discovering that this markup:
score\relative c' { f d f a d f e d cis a cis e a g f e }/score
now [works on|has been enabled for] mediawiki i.e. en.wikipedia.org


Commands like \time or \key seem not to work...

Regards,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying an empty staff

2013-04-09 Thread Carlo Stemberger
2013/4/8 David Kastrup d...@gnu.org


 \new Staff { $(skip-of-length mybass) }


Great! That's perfect.

Thank you very much, David.

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Displaying an empty staff

2013-04-08 Thread Carlo Stemberger
Hi,
I'm trying to type a continuous bass part.

\book {

  \score {

\new GrandStaff 

  \new Staff { }

  \new Staff { \mybass }



\layout { }

  }

}


What can I do for displaying the empty staff? In this way the player can
write by hand on the score.


Thank you!


Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying an empty staff

2013-04-08 Thread Carlo Stemberger
2013/4/8 Phil Holmes m...@philholmes.net

 **
 Use spacer rests in the staff where you want the hand-written answer.


Thank you!

However in this way I have to calculate the number of empty staves.

Isn't there an automatic behaviour?

Thanks!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying an empty staff

2013-04-08 Thread Carlo Stemberger
2013/4/8 Carl Peterson carlopeter...@gmail.com

 Could you duplicate the part (call \myBass a second time), but turn off
 the engravers that would display the notation itself?


Yes, that could be the best solution!

Thank you!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Displaying an empty staff

2013-04-08 Thread Carlo Stemberger
2013/4/8 Urs Liska li...@ursliska.de

 Maybe it's just an issue of wording, but you don't have to calculate the
 number of staves but the length of the music.


Yes, sorry, I meant the number of bars.

Thanks!

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Help get musical scores onto Wikipedia!

2013-03-27 Thread Carlo Stemberger
2013/3/23 Shane Brandes sh...@grayskies.net

 Are these small quotations or entire
 scores, what is the scope.


I think the first one, for Wikipedia (that is an encyclopedia), but the
software (MediaWiki) might be used for many scopes.

Carlo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


FreedomSponsors

2013-02-22 Thread Carlo Stemberger

Hi,
here is a website that could be used for crowdfunding LilyPond issues:

www.freedomsponsors.org/

Bitcoin accepted:

http://blog.freedomsponsors.org/freedomsponsors-is-now-accepting-bitcoins/

Regards,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: speed

2013-02-07 Thread Carlo Stemberger

Il 07/02/2013 11:25, Martin Tarenskeen ha scritto:


On my new notebook the lilypond version of Reubke's Psalm94 now 
compiles in 20 seconds (including creation of zip package) instead of 
100. (3rd generation i5 processor)




$ time make

[...]

real0m14.519s
user0m14.276s
sys0m0.192s


i7-3770K (3rd generation), Debian Wheezy.

Ciao!

Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: speed

2013-02-07 Thread Carlo Stemberger

Il 07/02/2013 13:58, David Kastrup ha scritto:
I am assuming you are not talking about building LilyPond here. 


:D

No, I'm talking about compiling this files:

http://imslp.org/wiki/Special:ImagefromIndex/177628

Ciao!

Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Evince (Was: Replacement suggestions for Century Schoolbook?)

2013-01-08 Thread Carlo Stemberger

Il 08/01/2013 08:14, Johan Vromans ha scritto:
Although I use evince all of the time, I never use it for printing 
LilyPond scores. There are (very long standing) bugs in its printing 
engine that particularly affect LilyPond pdfs. For example, vertical 
bars are printed be much too black, and several other small but 
annoying things. Acrobat Reader does it well, fortunately Ghostscript 
also does it well.


Maybe fixed?

https://bugs.freedesktop.org/show_bug.cgi?id=20714

If the problem still happens, we should reopen this bug report.

Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Fwd: LilyPondXs

2013-01-04 Thread Carlo Stemberger

Hi Kristina,

Il 04/01/2013 10:43, Han-Wen Nienhuys ha scritto:

-- Forwarded message --
From: Kristina Vuckovickvuck...@ffzg.hr
Date: Fri, Dec 28, 2012 at 11:29 AM
Subject: LilyPondXs
To: han...@xs4all.nl


now, since I need the notes to be converted to
text, I was wondering if you have any plans in adding that to your
program i.e. is it possible to have a pdf file with notes that get
'translated' into LilyPond notation (c2 d2...)?


You could try with Audiveris[1] + musicxml2ly (included in LilyPond).

Best regards,
Carlo


[1] http://audiveris.kenai.com/

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Bug#693307: RFP: ly2video -- generating videos from LilyPond projects

2012-11-15 Thread Carlo Stemberger
Package: wnpp
Severity: wishlist

* Package name: ly2video
  Version : 1.0
  Upstream Author : Jiri Szabo fireti...@gmail.com
* URL : http://code.google.com/p/ly2video/
* License : GPL
  Programming Lang: Python
  Description : generating videos from LilyPond projects

Ly2video is a Python script for GNU LilyPond and it's able to generate
video from user's project. Videos contains moving music staff that is
synchronized with playing audio.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Supporting LilyPond development financially

2012-11-08 Thread Carlo Stemberger

Il 08/11/2012 22:30, Jim Long ha scritto:
As for making it easy, it is actually quite easy already. 1. Log in to 
PayPal. Don't have a PayPal account? Sign up.


PayPal... :(

You should use Bitcoin instead!

Bye,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Decrescendo on last note

2012-10-03 Thread Carlo Stemberger

Il 03/10/2012 06:37, Keith OHara ha scritto:

I guess there is good reason the manual shows the method with
simultaneous streams of music; it is more generally useful.

\new Voice  b1 {s2.-\tweak #'minimum-length #5 \   s4\pp}


Yes, but this looks as a hack. I think we should have a very simple 
syntax for this kind of dynamics, because they are very frequent.


If we have to find tricky solutions, probably the current syntax isn't 
adequate.


Ciao!

Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Decrescendo on last note

2012-10-02 Thread Carlo Stemberger

Keith OHara k-ohara5a5a at oco.net writes:

 There is also \endSpanners

 { \endSpanners b1\ }

Another question: how to get something like the attached image (\pp at 
the end)?


Thank you!

Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  |http://linuxcounter.net/  | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) |http://debiancounter.altervista.org/  |   `-

attachment: lastnote.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Decrescendo on last note

2012-10-01 Thread Carlo Stemberger

Hi,
please see the attached image.

I'd find useful a syntax like this...

-
\version 2.14.2
\relative c'' {
  \time 3/4
  e2\((\ d4)\!
  c2.\fermata\)\\! \bar |.
}
-

... instead of this one:

-
\version 2.14.2
\relative c'' {
  \time 3/4

{ \override Stem #'direction = #DOWN e2\((\ d4)\!
  c2.\fermata\) \bar |. }
\\
{ s2. | s4\ s s\! }

}
-

By using \\! on the last note, the hairpin should simply fill the measure.

What do you think about?

Best regards,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-

attachment: lastnote.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Treating a tie as a slur

2010-11-14 Thread Carlo Stemberger

Il 13/11/2010 09:45, David Kastrup ha scritto:

Valentin Villenavevalen...@villenave.net  writes:

   

On Fri, Nov 12, 2010 at 9:52 PM, Johan Vromansjvrom...@squirrel.nl  wrote:
 

Is there a reason why LP doesn't flag this as an error?
   

Yes, because users might want to set tieWaitForNote = ##t in which
case a ~ b will wait for another a in order to close the tie.
 

Lilypond would see if that were the case.

   


I agree.

Carlo

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/  .''`.
 \_)__/  +--- : :'  :
 /(   )\  ---+ `. `'`
|\`/\  Registered Debian User #9 |   `-
\_|=='|_/   http://debiancounter.altervista.org/ |


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Re : [Lyrics] Ignoring tie

2010-11-11 Thread Carlo Stemberger

Thank you!

Il 11/11/2010 09:01, Jan Warchoł ha scritto:

You have two options:
[...]
- do as Bill suggested: remove tie.

The second option is better because it is more logical: a tie means
that two notes should be merged and sound as one, but that's
impossible because singing two syllabes makes two sounds.
   


Yes, I know: this is what I thought. The problem is that the same notes 
are used in 2 stanzas: in one case, the tie must be ignored; not in the 
other. Here[1] the original sheet.




Note that this situation is different when /phrasing slur/ is used
(unfortunately phrasing slur looks exactly like a regular slur...).
   


Mmmm, this may be a not perfect but simple solution. Otherwise I have to 
write 2 times the 2 stanzas, isn't it?


Regards,
Carlo


[1] http://artsongcentral.com/2007/adam-cantique-de-noel/

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/  .''`.
 \_)__/  +--- : :'  :
 /(   )\  ---+ `. `'`
|\`/\  Registered Debian User #9 |   `-
\_|=='|_/   http://debiancounter.altervista.org/ |


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Re : [Lyrics] Ignoring tie

2010-11-11 Thread Carlo Stemberger

Il 11/11/2010 12:13, Xavier Scheuer ha scritto:

On 11 November 2010 11:59, Carlo Stembergercarlo.stember...@gmail.com  wrote:
   

Mmmm, this may be a not perfect but simple solution. Otherwise I have to
write 2 times the 2 stanzas, isn't it?

 

You could use a  \tag  to have different editions from one source:
   


Yes, but anyway the result is that the 2 stanzas are printed 2 times.

Ciao!

Carlo

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/  .''`.
 \_)__/  +--- : :'  :
 /(   )\  ---+ `. `'`
|\`/\  Registered Debian User #9 |   `-
\_|=='|_/   http://debiancounter.altervista.org/ |


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Re : [Lyrics] Ignoring tie

2010-11-11 Thread Carlo Stemberger

Thanks to everybody!

Finally, today I found a different edition, where the piano part 
accompanies only the first stanza (2 pages), and where a third separated 
page, the voice part, contains the 3 stanzas.


I think this is the better way to write this music.

Ciao!

Carlo

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/  .''`.
 \_)__/  +--- : :'  :
 /(   )\  ---+ `. `'`
|\`/\  Registered Debian User #9 |   `-
\_|=='|_/   http://debiancounter.altervista.org/ |


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


[Lyrics] Ignoring tie

2010-11-10 Thread Carlo Stemberger
Hi,
how can I obtain the correct syllabification?

http://img132.imageshack.us/img132/5413/schermataminuitchretien.png

https://github.com/Stemby/open-
scores/blob/master/AdamCantiqueDeNoel/minuit_chretiens.ly

(see lines 95--97 and 156)


Thanks!

Carlo


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user