Re: problem with slur

2013-03-18 Thread fabio gabbianelli
the problem is the first part, when chord is legato with two linesi don't 
if i had explain good..!


Il giorno 18/mar/2013, alle ore 15:11, Noeck ha scritto:

 Hi Fabio,
 
 here is a code that nearly reproduces your measures (without slurs/ties
 on first and last notes). I hope you can read from this example what you
 asked for. You can remove the comments (from % to the line end).
 
 For others reading this, some more detailed questions:
 1) Why is there a Solo even if both voices have notes there
(in case I do not hide the PartCombineTexts)?
 2) The 16th-rest in measure 2 is too close to the previous note to my
eyes.
 3) The ties connecting measure 2 and 3 are looking like slurs
(shouldn't it be placed between the notes?)
 
 Cheers,
 Joram
 
 
 
 \version 2.16.0
 
 \new Staff \partcombine
  \relative c'' {
% why is there a Solo without the next line?
\set Staff.printPartCombineTexts = ##f
\time 6/8
a16 r g4( f) g8( |
% why is the first rest so close to prev. note?
% why is the final tie looking like a slur?
e16) r r8 r g4. ~ |
g16 r f4( e) f8 |
  }
  \relative c' {
b16 r b4(\p c16) r a4( |
g16) r r8 r a4.- ~ |  % accent position improved in 2.17
a16 r a4\p( bes16) r16 g4 |
  }
 


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


mac lion

2012-09-07 Thread fabio gabbianelli
anyone knows if lilypond 2.16 or 2.17 works with osx 10.7? it could work 
through jEdit ?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


overlapping...?

2012-09-04 Thread fabio gabbianelli
i have this problem: 


test.ly
Description: Binary data
 
someone  knows how to fix it i try to find something that help me in  the 
documentation but i don't!___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


overlapping..?

2012-09-04 Thread fabio gabbianelli
sorry! the  problem is in the 14th bar where there are two markup and are 
overlapping 



test.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


problem with stem

2012-08-31 Thread fabio gabbianelli

i have write an example from my score to explane the problem.in the first and 
second bar you can see the long stem that not fit (sorry for my bad english i 
hope you understand) how can i fix it?
thanx fabio   

test.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


problem with midi

2012-08-28 Thread fabio gabbianelli
hi everybody i don't understand how to fix the error : (De)crescendo with 
unspecified starting volume in MIDI 

someone can help me?

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


dynamic in midi

2012-08-28 Thread fabio gabbianelli
i have this problem 
(De)crescendo with unspecified starting volume in MIDI.
  r1 s8 r1 s8 r1 s8 r1 s8 g4.
 \_\markup {\line 
i think it's refer to  \  how i can specified the starting volume in midi? i 
try to find in the documentation but i don't.!

sorry i'm a beginner

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


problem with acciaccatura

2012-08-27 Thread fabio gabbianelli
how can i decide if the acciaccatura note is link to the higher or the lower 
note of chord that follow? when i write acciaccatura to a chord, in default 
mode, it link to the lower note

ps: i wish you can understand, i'm not good with english. if there's someone 
italian i will be happy to speak italian

\acciaccatura d'8 c, aes'  c..

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


problem with size

2012-08-24 Thread fabio gabbianelli
i change the size of one staff but it change the instrument name toohow can 
i do to change only the staff and not the instrument name? i use this: 
melody = .
\set Staff.instrumentName = #Violin
.
..

..
...
\score {
  \new Staff \with {

fontSize = #-5

\override StaffSymbol #'staff-space = #(magstep -5)

}
\new Voice = mel {\autoBeamOff \melody }
\new PianoStaff 
  \set PianoStaff.instrumentName = #Piano
  \new Staff = upper \upper
  \new Staff = lower \lower

  }

thanx!

ps: i write just the important things 
  
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


problem with beam

2012-08-22 Thread fabio gabbianelli
how can i choose if the beam goes up or down? i'm not so good in english and i 
don't know how to explain better...! for now i write this



dittersdorf-concerto bass_piano.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


i have a question about size

2012-08-21 Thread fabio gabbianelli
hi, i want to write a piano accompaniment. i write 2 scores,  melody and the 
piano score but i want the melody's size smalleri have searched in the 
manual but i didn't find it
i have set the lyl file so:

\header {...
}

melody = {...
}

upper = \relative c'' {...
}

lower = \relative c {...
}

\score {
  
\new Voice = mel { \autoBeamOff \melody }
\new PianoStaff 
  \new Staff = upper \upper
  \new Staff = lower \lower

  

}

thanx!
fabio

 ps: i didin't write the notes, i write just the file's structure


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


Re: translate a pdf file

2012-05-17 Thread fabio gabbianelli
ok, i understandin that case i'll use the Pencil...
Il giorno 17/mag/2012, alle ore 13:04, Francisco Vila ha scritto:

 2012/5/17 fabio fabiogabbiane...@me.com:
 sorry i'm still at beginner level..!i want to know if it's possible to get a 
 ly
 file from a pdf,if there's any way to translate a pdf file to ly file!thank 
 you!
 
 Not automatically, but I do that every day. Just read the music and
 type the note names and values you read.
 
 -- 
 Francisco Vila. Badajoz (Spain)
 www.paconet.org , www.csmbadajoz.com


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