Hi Martial, Am Montag, 26. Februar 2007 schrieb Martial: > Hi, > see in this page > > http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html > > \override NoteHead #'duration-log = 1 >
this doesn't help me as my example will show: (Sorry for the length) %%%%%%%%%%% Begin %%%%%%%%%%%%%%%%%%%%% \version "2.10.19" \paper { indent = 0\mm line-width = 16\cm } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 1. Example: % from Louis-Antoine Dornel: Sonate en Trio F-Dur op. 3/2 % % Here in modern notation %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 \score { \relative c''' { \time 3/2 a2 a a | cis,^\markup { \bold {+}} cis a | f'2. a4 g f | e2 e4 f e f \break| g1. ~ | g2 f4 g a2 | b2 e,2. fis8 g | fis4 a b a g fis } \header { piece= \markup "Modern Notation"} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 2. Example: % With "NoteHead #'duration-log = 1": % All the quaters should be connected With a beam. % They should look like eighth with white heads. % Eighth shold look like sixteenth with white heads %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \score { \relative c''' { \time 3/2 \override NoteHead #'duration-log = 1 a2 a a | cis,^\markup { \bold {+}} cis a | f'2. a4 g f | e2 e4 f e f \break| g1. ~ | g2 f4 g a2 | b2 e,2. fis8 g | fis4 a b a g fis |} \header { piece= \markup "With 'NoteHead #'duration-log = 1'"} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 3. Example: % Again 'NoteHead #'duration-log = 1' and some ugly cheats: % With \partial I got a bad solution. % % This will not work when there are other voices with % a different rhythm %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \score { \relative c''' { \time 3/2 \override NoteHead #'duration-log = 1 a2 a a | cis,^\markup { \bold {+}} cis a | \partial 8*9 f'2. a8[ g f] | \partial 4*4 e2 e8[ f e f] | g1. ~ |\partial 4*5 g2 f8 g a2 |\partial 16*22 b2 e,2. fis16 g | \partial 8*6 fis8[ a b a g fis] |} \header { piece= \markup "Again 'NoteHead #'duration-log = 1' and some ugly cheats"} } %%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%% Regards Franz-Rudolf Kuhnen http://www.kuhnen-koblenz.de _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user