]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
Merge remote-tracking branch 'origin/translation' into master
[lilypond.git] / lily / stem-tremolo.cc
index 5c5ee051d4a7bc582ae1baefdee604bbafc1d855..1f9d2d8a7a5b7568ed810f70936f5df8087f6b54 100644 (file)
@@ -314,7 +314,7 @@ Stem_tremolo::y_offset (Grob *me, bool pure)
     }
 
   bool whole_note = Stem::duration_log (stem) <= 0;
-  if (whole_note)
+  if (whole_note || isinf(end_y))
     {
       /* we shouldn't position relative to the end of the stem since the stem
          is invisible */