Re: Repeat in Score and in Midi

2013-01-09 Thread EmilLask
EC Ex. global = { \key c \major \time 4/4 } \parallelMusic #'(voiceA voiceB) { c'' c'' c'' c'' | %voiceA measure 1 c' c' c' c' | %voiceB measure 1 g' g' g' g'| %voiceA measure 2 g g g g | %voiceB measure 2 } \parallelMusic #'(voiceC voiceD) { c'

Re: Repeat in Score and in Midi

2013-01-09 Thread EmilLask
Thank everyone very much and thank Hwaen Ch'uqi particularly for the suggestions and the examples. All more efficient or elegant solutions will be welcome. Ex. global = { \key c \major \time 4/4 } \parallelMusic #'(voiceA voiceB) { c'' c'' c'' c'' | %voiceA measure 1 c' c' c'

Re: Repeat in Score and in Midi

2013-01-09 Thread EmilLask
Yes, but if I use \repeat ... and \unfoldRepeats it repeats one measure only. How can I repeat more than one measure in parallel mode? Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-in-Score-and-in-Midi-tp139046p139107.html Sent from the User mailing li

Re: Repeat in Score and in Midi

2013-01-08 Thread EmilLask
Thank you. ex. \parallelMusic #'(voiceA voiceB) { \key b \minor \time 4/4 \voiceOne \unfoldRepeats { \repeat volta 2 { b4. d16 e fis8 d cis b} | \repeat volta 2 { b,4 fis' d e} | } ais8 g' fis e d cis16 d e8 cis | fis4 ais fis cis | fis2 ~ fis8 e16 d cis8 b | d4 cis b e

Repeat in Score and in Midi

2013-01-08 Thread EmilLask
Hi, If I introduce a repeat (\repeat volta 2 or \bar ":|") the Score is perfect, but the midi doesn't repeat the measures. Is it possible to do it? Thanks Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Repeat-in-Score-and-in-Midi-tp139046.html Sent from the U

Re: Multiple voices Stem

2013-01-08 Thread EmilLask
This is what I want to. But, is there a better way to do it? ex. \include "italiano.ly" \parallelMusic #'(voiceA voiceB voiceC){ \autoBeamOff fa4. fa8| \stemUp re4. \override Flag #'style = #'no-flag re8 | \stemDown re16 la re mi fa re

Re: Multiple voices Stem

2013-01-08 Thread EmilLask
Thanks, I want to keep the three different voices, but the separate stems produce a bad look, like 1/16 instead of 1/8. Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Multiple-voices-Stem-tp139025p139032.html Sent from the User mailing list archive at Nabble.com.

Multiple voices Stem

2013-01-08 Thread EmilLask
Hi, I want to unifie the stem of notes with same value but in different voice. EX. \include "italiano.ly" \parallelMusic #'(voiceA voiceB voiceC){ fa4.fa8 | \stemUp re4. re8 | \stemDown re16 la re mi fa re f

Re: FretBoards chordChanges

2013-01-04 Thread EmilLask
Thanks Marc and thanks Phil. Is there an easy guide, step by step, to compiling Lilypond in mac os x and add .cc patch without get in trouble ? Phil, when do you think will be ready the new release? Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/FretBoards-chord

Re: FretBoards chordChanges

2013-01-04 Thread EmilLask
Thank you again, David. How have I installing the patch file .cc? Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821p138831.html Sent from the User mailing list archive at Nabble.com. ___ li

Re: FretBoards chordChanges

2013-01-04 Thread EmilLask
Maybe in "Bug"? Sorry Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/FretBoards-chordChanges-tp138821p138827.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.

FretBoards chordChanges

2013-01-04 Thread EmilLask
Hi, I'm still here. Be patients, please. FretBoard now supports chordChanges ie:\set chordChanges = ##t. But .. only when the chords are the same with same duration, ie: \header{ texidoc = "FretBoards can be set to display only when the chord changes or at the beginning of a new line.

Re: Midi output

2013-01-04 Thread EmilLask
`chapeau!' Emil Il giorno 04/gen/2013, alle ore 15:33, Werner LEMBERG [via Lilypond] ha scritto: > >> Here you can see the power of a minimum example! *Anyone* can make > >> that by trial and error, including you and me, and it helps David a > >> lot to identify the problem within a very s

Re: Midi output

2013-01-04 Thread EmilLask
Thank you, very very very much. Great! The Workaround works! Emil Il giorno 04/gen/2013, alle ore 14:31, David Kastrup [via Lilypond] ha scritto: > EmilLask <[hidden email]> writes: > > > Yes it's true. > > > > If I comment out ChordName the m

Re: Midi output

2013-01-04 Thread EmilLask
Yes it's true. If I comment out ChordName the midi file is correct. Then? Is it a bug? Emil Il giorno 04/gen/2013, alle ore 13:33, Werner LEMBERG [via Lilypond] ha scritto: > > > Same with 2.17.9.1 > > Yes, I can now repeat it. It seems that `ChordNames' causes problems. > If you commen

Re: Midi output

2013-01-04 Thread EmilLask
Same with 2.17.9.1 Emil Il giorno 04/gen/2013, alle ore 12:55, Werner LEMBERG [via Lilypond] ha scritto: > > > fa,8~ q2. in score are tied, but in midi are played separately. > > Some versions of lilypond have this bug. AFAIK, this has been fixed > meanwhile (however, I don't know starting

Re: Midi output

2013-01-04 Thread EmilLask
scritto: > EmilLask <[hidden email]> writes: > > > For example: > > > > fa,8~ q2. in score are tied, but in midi are played separately. > > Then your Midi sequencer is broken. That would be measure 2, and it > contains a rest event of a half-beat

Re: Midi output

2013-01-04 Thread EmilLask
For example: fa,8~ q2. in score are tied, but in midi are played separately. Emil Il giorno 04/gen/2013, alle ore 12:08, David Kastrup [via Lilypond] ha scritto: > EmilLask <[hidden email]> writes: > > > Thanks > > > > Here it is my midi file > > It

Re: Midi output

2013-01-04 Thread EmilLask
Thanks Here it is my midi file Emil Il giorno 04/gen/2013, alle ore 11:30, Eluze [via Lilypond] ha scritto: > EmilLask wrote > Thaks in advance > > Here it is: > thanks - I was thinking of a tiny example (1 or 2 measures) showing the > relevant problem. > > ass

Re: Midi output

2013-01-04 Thread EmilLask
Il giorno 04/gen/2013, alle ore 11:30, Eluze [via Lilypond] ha scritto: > EmilLask wrote > Thaks in advance > > Here it is: > thanks - I was thinking of a tiny example (1 or 2 measures) showing the > relevant problem. > > assuming you mean the first two measures I&

Re: Midi output

2013-01-04 Thread EmilLask
Thaks in advance Here it is: \include "predefined-guitar-fretboards.ly" \include "italiano.ly" \score{ << \new ChordNames{ \set chordChanges = ##t \italianChords \chordmode{ sol,2:m~ q4. q8 r8 fa,8~ q2. mib,2 q4 fa,8 sib,8~ q2. r4 sol,2:m~ q4. q8 r8 fa,8~ q2. sib,2~ q4 r8 mib,~ mib,2. r4

Re: Midi output

2013-01-04 Thread EmilLask
I hav an iMac 2,8 Ghz Intel Core i7 with 16 GB RAM DDR3. Mac Os X 10.7.3 Lion. Lilypond Version 2.16.1-1 Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Midi-output-tp138736p138772.html Sent from the User mailing list archive at Nabble.com. __

Re: Midi output

2013-01-04 Thread EmilLask
Thank you for answer. The problem is that the code print a tie between the notes of two chords, but the midi output play the two chords separately instead of continuing the sound. I use Mac Os X and Lilypond. Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Midi-ou

Re: Midi output

2013-01-03 Thread EmilLask
No suggestions? Emil -- View this message in context: http://lilypond.1069038.n5.nabble.com/Midi-output-tp138736p138765.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Midi output

2013-01-03 Thread EmilLask
Hi everyone my lilypond's friends. I just founded out Lilypond and i'm in love with it. My first problem: I want to tie two chords in chordmode and I use the tilde symbol. The graphic appearance is good but the midi output it isn't. How can I tie two chord correctly? Es. \chordmode{g2:m~ g4.: