Re: parallel lyrics and alternate chords

2011-10-15 Thread -Eluze


Peter Buhr-2 wrote:
> 
> 
> Bar 4 (below) is the end of the verse and the start of the chorus. The
> fs,g,a
> notes are the end of the verse and I want to have the lyrics "aah aah aah"
> for
> these notes. The pickup for the chorus is the d,d notes and I want to have
> the
> lyrics "I could" for these notes. I understand the problem is the 2 voices
> used
> in bar 4. I've looked at a number of solutions for this issue in the
> lilypond
> document and the website, but I can't seem to make any of them work for
> me, and
> all the solutions seem complex. Any help would be appreciated.
> 
i'm not certain about how the verses are repeated (only once?!) but here is
an attempt to show how to get the aah's and the chorus work simultaneously
with named contexts (s. attached file: 
http://old.nabble.com/file/p32660362/test4.ly test4.ly  )

please also note the definition of spacing variables in the \paper section.

the stanza naming is just an alternative to your tweaked version.

cheers
Eluze

-- 
View this message in context: 
http://old.nabble.com/parallel-lyrics-and-alternate-chords-tp32659139p32660362.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Standard for instrument names and their abbreviations

2011-10-15 Thread David Rogers

Xavier Scheuer  writes:

Hi, 

I'm currently writing several orchestral scores and I'm looking 
for a reference (book?) for standard instrument names and their 
abbreviations.  The first google results do not give the same 
results. 


I do not believe there is any single standard better than the 
others. If you make your results consistent, and you do your best 
to minimize confusion, then I think you have done your job.


Anybody who tells you he has "THE standard" has simply not seen 
enough scores to know the truth.


--
David

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


Re: segfault in 2.14.2 debian package

2011-10-15 Thread Graham Percival
On Sat, Oct 15, 2011 at 10:44:52PM +0200, Federico Bruni wrote:
>Also, I had v2.14.2 already installed in my home directory. IIRC, apt
>upgrade removed the lilypond package in my home. Is it possible?

No, it is not possible that apt would touch anything in your home
directory.

Cheers,
- Graham

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


Re: segfault in 2.14.2 debian package

2011-10-15 Thread Federico Bruni
Il giorno 15/ott/2011 22:13, "Tiresia GIUNO"  ha
scritto:
>
> On Sat, 15 Oct 2011 12:55:01 +0200
>
> I did a fresh install of Wheezy amd64 today. No error till now. Have
> you done a fresh installation or it is an update?
>
> T

It was an update from v2.12. I had to run a full-upgrade because of some
python dependencies.

Also, I had v2.14.2 already installed in my home directory. IIRC, apt
upgrade removed the lilypond package in my home. Is it possible?

Anyway, I think I should have tried installing the package again.
I'll try next week.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


autobeaming exception help needed

2011-10-15 Thread Kieren MacMillan
Hello, all —

I clearly don't quite understand the new autobeaming and exception system 
(2.15.14), and R-ing the FM has not helped…  =(

My piece switches back and forth between 4/4, 3/4, and 2/4. Regardless of the 
time signature, what I want is:
a) Quarter-note groupings for 8th notes (i.e., two eighth notes with a 
single unbroken beam), triplet 8th notes (i.e., three eighth notes with a 
single unbroken beam), and 16th notes (i.e., four 16th notes with two unbroken 
beams); and,
b) Eighth-note groupings for sextuplet 16th notes (i.e., one unbroken beam 
connecting two groups of three 16th notes each with two unbroken beams) and 
32nd notes (i.e., one unbroken beam connecting two groups of four 32nd notes 
each with three unbroken beams).

I've tried a couple of different things, but it seems like I can't get the 
right combination of rules. In particular, every time the time signature 
changes, it seems like I have to reset the exceptions.

The closest I've gotten to what I want is:

\version "2.15.14"
beamtest = \relative c'' {
  \set subdivideBeams = ##t
  \set baseMoment = #(ly:make-moment 1 8)
  \time 3/4 c16 c c c \times 2/3 { c16 c c c c c } c32 c c c c c c c   |
  \time 4/4 c16 c c c \times 2/3 { c16 c c } \times 2/3 { c c c } \times 2/3 { 
c8 c c } c32 c c c c c c c   |
  \time 3/4 c16 c c c \times 2/3 { c16 c c c c c } c32 c c c c c c c   |
  \time 4/4 c16 c c c \times 2/3 { c16 c c } \times 2/3 { c c c } \times 2/3 { 
c8 c c } c32 c c c c c c c   |
}
\score { \beamtest }

Now I just need to make the sixteenth notes NOT break at the eighth.

Any help would be appreciated.

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


Re: cuenotes are not displayed

2011-10-15 Thread Ian Hulin
Hi Stefan,
Should the \addQuote say "rigth" or "right"?

Cheers, Ian

On 15/10/11 20:46, Stefan Thomas wrote:
> Sorry, there was a mistake with  "right" and  "rigth". It should be
> "right" in both cases!
> 
> 2011/10/15 Stefan Thomas  >
> 
> Dear community, in the following snippet the cuenotes are not
> displayed. I think it has to do with the PianoStaff-context in the
> Staff "right". Is there a way to force lilypond to show the
> cuenotes, without erasing the command \set
> PianoStaff.instrumentName = "Piano"? Here is my snippet:
> 
> \version "2.14.2" right  = { \set PianoStaff.instrumentName =
> "Piano" c'' 4 g' a' b'   c'' 4 d'' e'' f'' g'' 1 }
> 
> \addQuote "rigth" { \right }
^^^
typo?

> 
> anothoerinstrument = { c' 1 \cueDuring #"right" #UP { R1 } c'1  } 
> \score { << \keepWithTag #'cued \new Staff \anothoerinstrument
>>> 
> }
> 
> 
> 
> 
> ___ lilypond-user
> mailing list lilypond-user@gnu.org 
> https://lists.gnu.org/mailman/listinfo/lilypond-user


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


Re: segfault in 2.14.2 debian package

2011-10-15 Thread Tiresia GIUNO
On Sat, 15 Oct 2011 12:55:01 +0200
Federico Bruni  wrote:
> Hi all,
> 
> lilypond 2.14.2 is now available in Debian testing.
> Not yet on Ubuntu, as far as I can see on packages.ubuntu.com
> 
> Unfortunately, I get segfault error even if I use a very simple file.
> Any Debian user here can confirm?
> 
> Tomorrow I'll leave for a week, that's why I'm writing to the list.
> If it's not just me, maybe other can help Don finding the problem.
> 
> Find attached a backtrace.
> 
> Thanks,
> Federico

I did a fresh install of Wheezy amd64 today. No error till now. Have
you done a fresh installation or it is an update?

T

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


parallel lyrics and alternate chords

2011-10-15 Thread Peter Buhr
I need help on two items.

Bar 4 (below) is the end of the verse and the start of the chorus. The fs,g,a
notes are the end of the verse and I want to have the lyrics "aah aah aah" for
these notes. The pickup for the chorus is the d,d notes and I want to have the
lyrics "I could" for these notes. I understand the problem is the 2 voices used
in bar 4. I've looked at a number of solutions for this issue in the lilypond
document and the website, but I can't seem to make any of them work for me, and
all the solutions seem complex. Any help would be appreciated.

Also, I want to indicate alternate chords, e.g., instead of just an "A" chord,
I want to indicate "A (Em)", meaning the artist can play either the "A" or "Em"
chord. I tried putting a "markup" on the "A" chord but that is not allowed.
Again, any help would be appreciated.

==
\version "2.14.0"
\include "english.ly"
#(set-default-paper-size "letter")
harmony = \chordmode {
d2. | a:7 | d | d:7 |
g | g | d | d |
}
melody = \relative c'' {
\key d \major \time 3/4
\new Voice = "repeat" \repeat volta 1 {
d8 d ~ d4. e8 | f8 [ e ~ ] e [ d ] fs e | d2. |
<<
   { fs4 g a } \\ { r2 d,8 -\tweak #'X-offset #2.5 
^\markup{\fontsize #-1 \bold{CHORUS}} d }
>> | \break
}
\new Voice = "chorus" {
g2 g8 d | b'2 b8 b | a2 fs8 e | d2 a8 a | \break
\bar "||"
}
}
verseA = \lyricmode {
blue -- bird in e -- e -- e -- ve -- ry tree.
aah aah aah
}
verseB = \lyricmode {
see through the e -- y -- es of a child.
I could
}
chorus = \lyricmode {
see right no wrong. I could see good no bad. I could
}
\score {
<<
\context ChordNames {
\set chordChanges = ##t
\harmony
}
\context Voice {
\melody
}
\lyricsto "repeat" \new Lyrics \verseA
\lyricsto "repeat" \new Lyrics \verseB
\lyricsto "chorus" \new Lyrics \chorus
>>
}

% Local Variables: %
% tab-width: 4 %
% compile-command: "lilypond --ps Eyes2.ly" %
% End: %

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


Re: cuenotes are not displayed

2011-10-15 Thread Stefan Thomas
Sorry, there was a mistake with  "right" and  "rigth".
It should be "right" in both cases!

2011/10/15 Stefan Thomas 

> Dear community,
> in the following snippet the cuenotes are not displayed.
> I think it has to do with the PianoStaff-context in the Staff "right".
> Is there a way to force lilypond to show the cuenotes, without erasing the
> command \set PianoStaff.instrumentName = "Piano"?
> Here is my snippet:
>
> \version "2.14.2"
> right  = { \set PianoStaff.instrumentName = "Piano"
>   c'' 4 g' a' b'   c'' 4 d'' e'' f'' g'' 1 }
>
> \addQuote "rigth" { \right }
>
> anothoerinstrument = { c' 1 \cueDuring #"right" #UP { R1 } c'1  }
> \score {
>   <<
>   \keepWithTag #'cued
>   \new Staff \anothoerinstrument
> >>
> }
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


cuenotes are not displayed

2011-10-15 Thread Stefan Thomas
Dear community,
in the following snippet the cuenotes are not displayed.
I think it has to do with the PianoStaff-context in the Staff "right".
Is there a way to force lilypond to show the cuenotes, without erasing the
command \set PianoStaff.instrumentName = "Piano"?
Here is my snippet:

\version "2.14.2"
right  = { \set PianoStaff.instrumentName = "Piano"
  c'' 4 g' a' b'   c'' 4 d'' e'' f'' g'' 1 }

\addQuote "rigth" { \right }

anothoerinstrument = { c' 1 \cueDuring #"right" #UP { R1 } c'1  }
\score {
  <<
  \keepWithTag #'cued
  \new Staff \anothoerinstrument
>>
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


lilypond workshop at Didattica Aperta, October 29, Verona (Italy)

2011-10-15 Thread Federico Bruni

This is an announcement for lilyponders living in Italy.

I'll hold a workshop about LilyPond at the conference "Didattica Aperta".
You can find more information here:
http://www.didatticaaperta.it/node/32

Registration is required (we need it to see how many people is 
interested in each workshop and organize everything accordingly).


It will be just an introduction to LilyPond, but we'll have fun 
typesetting some music in the public domain.

Experienced users are welcome too: I'll need your help! ;-)

Didattica Aperta is a conference focused on school, university and 
education in general.
Free Software and Open Access are the main areas of interest, that's why 
the goal of the workshop is writing (well, at least drafting) a music in 
the public domain to be submitted to Mutopia.


Hope to see you there.
Ciao,
Federico
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: segfault in 2.14.2 debian package

2011-10-15 Thread Federico Bruni

Il 15/10/2011 12:55, Federico Bruni ha scritto:

Find attached a backtrace.



Sorry, here's the full backtrace
fede@fede-laptop:/tmp$ gdb lilypond test.ly
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/lilypond...(no debugging symbols found)...done.
"/tmp/test.ly" is not a core dump: File format not recognized
(gdb) run
Starting program: /usr/bin/lilypond 
[Thread debugging using libthread_db enabled]
GNU LilyPond 2.14.2

Program received signal SIGSEGV, Segmentation fault.
0x080ac4f1 in scm_cell ()
(gdb) bt
#0  0x080ac4f1 in scm_cell ()
#1  0x08209384 in ?? ()
#2  0x0820930f in ?? ()
#3  0x082090c8 in ?? ()
#4  0x0820885f in ?? ()
#5  0xb7f02065 in ceval (x=0x404, env=) at eval.c:4232
#6  0xb7f012dd in ceval (x=0xb7337d30, env=0xb7337d18) at eval.c:4212
#7  0xb7f05b8a in scm_primitive_eval_x (exp=0xb7337da8) at eval.c:5921
#8  0xb7f1f8f3 in scm_primitive_load (filename=0xb6c6acf0) at load.c:109
#9  0xb7f1fa8f in scm_primitive_load_path (filename=0xb6c6ad30) at load.c:477
#10 0x0812defa in ?? ()
#11 0xb7f080e1 in scm_c_with_fluid (fluid=0x8459900, value=0xb59c6990, 
cproc=0x812ddec, cdata=0x0) at fluids.c:463
#12 0xb7f20f35 in scm_c_call_with_current_module (module=0xb59c6990, 
func=0x812ddec, data=0x0) at modules.c:107
#13 0xb7f2102e in scm_c_define_module (name=0x82fc11f "lily", init=0x812ddec, 
data=0x0) at modules.c:168
#14 0x0812df6e in ?? ()
#15 0x08163373 in ?? ()
#16 0xb7f1c314 in invoke_main_func (body_data=0xb400) at init.c:367
#17 0xb7eed9b0 in c_body (d=0xb384) at continuations.c:349
#18 0xb7f63803 in scm_c_catch (tag=0x104, body=0xb7eed9a0 , 
body_data=0xb384, handler=0xb7eed9c0 , 
---Type  to continue, or q  to quit---
handler_data=0xb384, 
pre_unwind_handler=0xb7f63f80 , 
pre_unwind_handler_data=0x0) at throw.c:203
#19 0xb7eee03b in scm_i_with_continuation_barrier (body=0xb7eed9a0 , 
body_data=0xb384, handler=0xb7eed9c0 , 
handler_data=0xb384, 
pre_unwind_handler=0xb7f63f80 , 
pre_unwind_handler_data=0x0) at continuations.c:325
#20 0xb7eee125 in scm_c_with_continuation_barrier (
func=0xb7f1c2d0 , data=0xb400) at continuations.c:367
#21 0xb7f616cd in scm_i_with_guile_and_parent (
func=0xb7f1c2d0 , data=0xb400, parent=0x0)
at threads.c:733
#22 0xb7f617bd in scm_with_guile (func=0xb7f1c2d0 , 
data=0xb400) at threads.c:721
#23 0xb7f1c415 in scm_boot_guile (argc=1, argv=0xb4f4, 
main_func=0x8163229, closure=0x0) at init.c:350
#24 0x081645f2 in ?? ()
#25 0xb78f7e46 in __libc_start_main (main=0x81644e7, argc=1, 
ubp_av=0xb4f4, init=0x82e2690, fini=0x82e2680, rtld_fini=0xb7ff1310, 
stack_end=0xb4ec) at libc-start.c:228
#26 0x0804f8b1 in ?? ()
Backtrace stopped: Not enough registers or memory available to unwind further
(gdb) 

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


segfault in 2.14.2 debian package

2011-10-15 Thread Federico Bruni

Hi all,

lilypond 2.14.2 is now available in Debian testing.
Not yet on Ubuntu, as far as I can see on packages.ubuntu.com

Unfortunately, I get segfault error even if I use a very simple file.
Any Debian user here can confirm?

Tomorrow I'll leave for a week, that's why I'm writing to the list.
If it's not just me, maybe other can help Don finding the problem.

Find attached a backtrace.

Thanks,
Federico
fede@fede-laptop:/tmp$ gdb lilypond test.ly
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/lilypond...(no debugging symbols found)...done.
"/tmp/test.ly" is not a core dump: File format not recognized
(gdb) run
Starting program: /usr/bin/lilypond 
[Thread debugging using libthread_db enabled]
GNU LilyPond 2.14.2

Program received signal SIGSEGV, Segmentation fault.
0x080ac4f1 in scm_cell ()
(gdb) bt
#0  0x080ac4f1 in scm_cell ()
#1  0x08209384 in ?? ()
#2  0x0820930f in ?? ()
#3  0x082090c8 in ?? ()
#4  0x0820885f in ?? ()
#5  0xb7f02065 in ceval (x=0x404, env=) at eval.c:4232
#6  0xb7f012dd in ceval (x=0xb7337d30, env=0xb7337d18) at eval.c:4212
#7  0xb7f05b8a in scm_primitive_eval_x (exp=0xb7337da8) at eval.c:5921
#8  0xb7f1f8f3 in scm_primitive_load (filename=0xb6c6acf0) at load.c:109
#9  0xb7f1fa8f in scm_primitive_load_path (filename=0xb6c6ad30) at load.c:477
#10 0x0812defa in ?? ()
#11 0xb7f080e1 in scm_c_with_fluid (fluid=0x8459900, value=0xb59c6990, 
cproc=0x812ddec, cdata=0x0) at fluids.c:463
#12 0xb7f20f35 in scm_c_call_with_current_module (module=0xb59c6990, 
func=0x812ddec, data=0x0) at modules.c:107
#13 0xb7f2102e in scm_c_define_module (name=0x82fc11f "lily", init=0x812ddec, 
data=0x0) at modules.c:168
#14 0x0812df6e in ?? ()
#15 0x08163373 in ?? ()
#16 0xb7f1c314 in invoke_main_func (body_data=0xb400) at init.c:367
#17 0xb7eed9b0 in c_body (d=0xb384) at continuations.c:349
#18 0xb7f63803 in scm_c_catch (tag=0x104, body=0xb7eed9a0 , 
body_data=0xb384, handler=0xb7eed9c0 , 
---Type  to continue, or q  to quit---

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